summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b1ee580ec8a..2dec1082953 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-11 Mark Kettenis <kettenis@gnu.org>
+
+ * i387-nat.c (i387_supply_register, i387_fill_fsave,
+ i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
+ right thing on architectures with different endianness and/or
+ integer sizes.
+
2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
From Christian Limpach <chris@Pin.LU>