summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-09-19 00:25:04 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:41 +0200
commit99ee9de277063ced53fc7c4a396aeaf8ceab16bd (patch)
tree61b147bf24178f8323b7cc79b57ffbd012c3312a /ChangeLog
parent3b4a7fb1606e5774447a1571991a5005b69dcdd1 (diff)
2006-09-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74e465d..2260b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-09-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ 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 <tschwinge@gnu.org>
* DEVELOPMENT: Update.