aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-11-08 04:12:40 +0000
committerKevin Buettner <kevinb@redhat.com>2000-11-08 04:12:40 +0000
commit698cb3f0770b0679b79f5b6e1e85fa7576700c64 (patch)
tree81104744c63392eb1a3cf90a96729f3171eb2d30 /gdb/ChangeLog
parentb3810801a5ed74b6404b8e2e31987b77fc4971b8 (diff)
downloadgdb-698cb3f0770b0679b79f5b6e1e85fa7576700c64.zip
gdb-698cb3f0770b0679b79f5b6e1e85fa7576700c64.tar.gz
gdb-698cb3f0770b0679b79f5b6e1e85fa7576700c64.tar.bz2
AIX5 changes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index baca78a..ef1ff14 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2000-11-07 Kevin Buettner <kevinb@redhat.com>
+
+ * ia64-tdep.c (native_find_global_pointer): New global variable.
+ (struct gdbarch_tdep): Add member find_global_pointer.
+ (ia64_gdbarch_init): Initialize find_global_pointer member. Also,
+ tell the gdbarch machinery that we have floating point registers.
+ (FIND_GLOBAL_POINTER): New macro.
+ (generic_elf_find_global_pointer): Renamed from find_global_pointer.
+ (find_func_descr, ia64_push_return_address): Call
+ FIND_GLOBAL_POINTER instead of find_global_pointer.
+ (process_note_abi_tag_sections): Enable code previously disabled
+ by #if 0.
+
2000-11-07 Daniel Berlin <dberlin@redhat.com>
* dwarf2read.c: Revert June 5th change for caching of types,