* paread.c (pa_symfile_init): Look for the $TEXT$ section rather
authorJeff Law <law@redhat.com>
Mon, 15 Nov 1993 08:42:01 +0000 (08:42 +0000)
committerJeff Law <law@redhat.com>
Mon, 15 Nov 1993 08:42:01 +0000 (08:42 +0000)
than the .text section.

gdb/ChangeLog
gdb/paread.c

index 7e9a85da06b8dc8b64f33a5d48d98758929c22b5..3504acd328c4dbe93b447f47d545a5f981457438 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov 15 00:40:38 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+        * paread.c (pa_symfile_init): Look for the $TEXT$ section rather
+       than the .text section.
+
 Sun Nov 14 00:28:13 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabsread.c: Remove #if 0'd dbx_class_complaint.  We now handle
index 93b70adf951b93e7b8c37feeb7383cf20f169d89..55b0c2e8acc29e368fa56ecca69cca9772152c63 100644 (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