* elf_symfile_read (bfd_elf32_find_section): Revert back to

calling bfd_elf_find_section to track bfd changes.
This commit is contained in:
Fred Fish
1993-06-25 18:51:11 +00:00
parent 83f26cee7b
commit 872dd3fe12
2 changed files with 6 additions and 1 deletions

View 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.

View 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,