aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-10-15 22:55:32 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-10-15 22:55:32 +0000
commit51931cbbf6da866b4b5fed742cbf1e888b2ec44e (patch)
treecaef6a0ec94317a0e2300acf25d6da70e5bfaf78 /gdb/ChangeLog
parentc1da8dedaeee84f2f1fd7a8de26a5789853c2bae (diff)
downloadgdb-51931cbbf6da866b4b5fed742cbf1e888b2ec44e.zip
gdb-51931cbbf6da866b4b5fed742cbf1e888b2ec44e.tar.gz
gdb-51931cbbf6da866b4b5fed742cbf1e888b2ec44e.tar.bz2
2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
* ia64-linux-tdep.c: Include gdbcore.h. (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed. (ia64_linux_sigcontext_register_addr): Find the address of the sigcontext area stored in the sigframe instead of using a magic offset constant.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 33e1456..edaedda 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
+
+ * ia64-linux-tdep.c: Include gdbcore.h.
+ (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
+ (ia64_linux_sigcontext_register_addr): Find the address of the
+ sigcontext area stored in the sigframe instead of using
+ a magic offset constant.
+
2003-10-15 Andrew Cagney <cagney@redhat.com>
* remote.c (remote_search): Delete function.