* elf_symfile_read (bfd_elf32_find_section): Revert back to
authorFred Fish <fnf@specifix.com>
Fri, 25 Jun 1993 18:51:11 +0000 (18:51 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 25 Jun 1993 18:51:11 +0000 (18:51 +0000)
calling bfd_elf_find_section to track bfd changes.

gdb/ChangeLog
gdb/elfread.c

index a550dd7..fd7e8b9 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 25 11:16:31 1993  Fred Fish  (fnf@cygnus.com)
+
+       * elf_symfile_read (bfd_elf32_find_section):  Revert back to
+       calling bfd_elf_find_section to track bfd changes.
+
 Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
index 4e1afe9..4a562e0 100644 (file)
@@ -442,7 +442,7 @@ elf_symfile_read (objfile, section_offsets, mainline)
         table.  */
       struct elf32_internal_shdr *elf_sect;
 
-      elf_sect = bfd_elf32_find_section (abfd, ".stabstr");
+      elf_sect = bfd_elf_find_section (abfd, ".stabstr");
       if (elf_sect)
        elfstab_build_psymtabs (objfile,
          section_offsets,