From 99ee9de277063ced53fc7c4a396aeaf8ceab16bd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Sep 2006 00:25:04 +0000 Subject: 2006-09-19 Samuel Thibault Fix against gcc 4.1's optimizations. * i386/i386/seg.h (struct pseudo_descriptor): Pack structure and move the padding field to the end. (lgdt): Pass the whole structure to the lgdt assembly command. (lidt): Likewise. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74e465d..2260b20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-19 Samuel Thibault + + Fix against gcc 4.1's optimizations. + + * i386/i386/seg.h (struct pseudo_descriptor): Pack structure and + move the padding field to the end. + (lgdt): Pass the whole structure to the lgdt assembly command. + (lidt): Likewise. + 2006-08-06 Thomas Schwinge * DEVELOPMENT: Update. -- cgit v1.2.3