aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-04-17 02:29:23 +0000
committerKevin Buettner <kevinb@redhat.com>2001-04-17 02:29:23 +0000
commit00c7912d777d959789c742cdc01ca20a5443fbca (patch)
tree18a159f7e26f2e07d19ac97e659a912ea3ae2859 /gdb/ChangeLog
parent1c33f1da00b1780746992ac20ca6f91d415789fc (diff)
downloadgdb-00c7912d777d959789c742cdc01ca20a5443fbca.zip
gdb-00c7912d777d959789c742cdc01ca20a5443fbca.tar.gz
gdb-00c7912d777d959789c742cdc01ca20a5443fbca.tar.bz2
* solib-aix5.c (map_index_vs_section_name_okay): New function.
(aix5_relocate_main_executable): Don't use file offsets for determining corresponding sections and map file entries. Call map_index_vs_section_name_okay() to do this instead.
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 c5f6330..6d2e4b3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2001-04-16 Kevin Buettner <kevinb@redhat.com>
+ * solib-aix5.c (map_index_vs_section_name_okay): New function.
+ (aix5_relocate_main_executable): Don't use file offsets for
+ determining corresponding sections and map file entries. Call
+ map_index_vs_section_name_okay() to do this instead.
+
+2001-04-16 Kevin Buettner <kevinb@redhat.com>
+
* procfs.c (open_with_retry): New function.
(open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
(proc_get_LDT_entry): Call open_with_retry() instead of open().