* paread.c (pa_symfile_init): Look for the $TEXT$ section rather

than the .text section.
This commit is contained in:
Jeff Law
1993-11-15 08:42:01 +00:00
parent 097960116a
commit db98e4d85e
2 changed files with 7 additions and 2 deletions

View File

@@ -425,9 +425,9 @@ pa_symfile_init (objfile)
/* FIXME POKING INSIDE BFD DATA STRUCTURES */
DBX_SYMFILE_INFO (objfile)->stab_section_info = NULL;
DBX_TEXT_SECT (objfile) = bfd_get_section_by_name (sym_bfd, ".text");
DBX_TEXT_SECT (objfile) = bfd_get_section_by_name (sym_bfd, "$TEXT$");
if (!DBX_TEXT_SECT (objfile))
error ("Can't find .text section in symbol file");
error ("Can't find $TEXT$ section in symbol file");
/* FIXME: I suspect this should be external_nlist. The size of host
types like long and bfd_vma should not affect how we read the