aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-10-26 16:56:34 +0000
committerMark Kettenis <kettenis@gnu.org>2002-10-26 16:56:34 +0000
commitb83b026cdc2e2dafe9a7b4a7e06972ec030d63be (patch)
tree225bb1fbdb7d074d4dd9e35767e686e33fcc2b6a /gdb/ChangeLog
parent267bf4bb327983b8cc59ebdb2a072e09954118b4 (diff)
downloadgdb-b83b026cdc2e2dafe9a7b4a7e06972ec030d63be.zip
gdb-b83b026cdc2e2dafe9a7b4a7e06972ec030d63be.tar.gz
gdb-b83b026cdc2e2dafe9a7b4a7e06972ec030d63be.tar.bz2
* x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
target where necessary. Add more comments and remove the ones that don't provide any useful information.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 00be9c2..91e8fe9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-10-26 Mark Kettenis <kettenis@gnu.org>
+ * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
+ target where necessary. Add more comments and remove the ones
+ that don't provide any useful information.
+
* i386-tdep.c (i386_frame_saved_pc): Replace call to
deprecated_read_register_dummy with
frame_unwind_unsigned_register.