summaryrefslogtreecommitdiffstats
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-12-08 18:08:12 +0000
committerTom Tromey <tromey@redhat.com>2011-12-08 18:08:12 +0000
commitff011ed785d6a9e25c853f8c69bb5d62bc080fec (patch)
tree1af3c8007b3fbd250a1fddedb783101ba59be697 /gdb/objfiles.c
parentd8ea7931936cdd95a066bfc1c1fbf0de0340ce6f (diff)
downloadppe42-binutils-ff011ed785d6a9e25c853f8c69bb5d62bc080fec.tar.gz
ppe42-binutils-ff011ed785d6a9e25c853f8c69bb5d62bc080fec.zip
* objfiles.h (struct objfile): Remove obsolete comment.
* objfiles.c (build_objfile_section_table): Remove obsolete comment.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 34d64225c4..fb26420338 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -162,12 +162,6 @@ add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect,
int
build_objfile_section_table (struct objfile *objfile)
{
- /* objfile->sections can be already set when reading a mapped symbol
- file. I believe that we do need to rebuild the section table in
- this case (we rebuild other things derived from the bfd), but we
- can't free the old one (it's in the objfile_obstack). So we just
- waste some memory. */
-
objfile->sections_end = 0;
bfd_map_over_sections (objfile->obfd,
add_to_objfile_sections, (void *) objfile);
OpenPOWER on IntegriCloud