forked from Imagelibrary/binutils-gdb
* elf_symfile_read (bfd_elf32_find_section): Revert back to
calling bfd_elf_find_section to track bfd changes.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user