diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6e11e8..ed3e9c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-11-25 Jim Blandy <jimb@redhat.com> + * symfile.c (init_objfile_sect_indices): New function. + (default_symfile_offsets): Move the section-index-initializing + stuff into init_objfile_sect_indices, and call that. + * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro. (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS. |