diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-11-25 21:00:51 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-11-25 21:00:51 +0000 |
commit | e828957292e22a217882499ab9adf8e1374cef7e (patch) | |
tree | 4b287570074d0a4d91edf7b1b6111bddd461cce6 /gdb/ChangeLog | |
parent | b29c9944faca0ff2d6434351419cc707ea974a8b (diff) | |
download | gdb-e828957292e22a217882499ab9adf8e1374cef7e.zip gdb-e828957292e22a217882499ab9adf8e1374cef7e.tar.gz gdb-e828957292e22a217882499ab9adf8e1374cef7e.tar.bz2 |
* 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.
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. |