From 00c7912d777d959789c742cdc01ca20a5443fbca Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Tue, 17 Apr 2001 02:29:23 +0000 Subject: * 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. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') 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 + * 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 + * 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(). -- cgit v1.1