RS/6000 portability changes (for hosting cross-debuggers).
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index b460734fa86d330c499c805754f13d4b18db48cc..73d72e8dcf900086a4c8a07f19ff294b76b6ef98 100644 (file)
@@ -264,8 +264,15 @@ dump_psymtab (objfile, psymtab, outfile)
                "  Full symtab was read (at 0x%x by function at 0x%x)\n",
                        psymtab -> symtab, psymtab -> read_symtab);
     }
-  fprintf_filtered (outfile, "  Relocate symbols by 0x%x\n",
-                   psymtab -> addr);
+
+  /* FIXME, we need to be able to print the relocation stuff. */
+  /* This prints some garbage for anything but stabs right now.  FIXME.  */
+  fprintf_filtered (outfile, "  Relocate symbols by 0x%x, 0x%x, 0x%x, 0x%x.\n",
+                   ANOFFSET (psymtab->section_offsets, 0),
+                   ANOFFSET (psymtab->section_offsets, 1),
+                   ANOFFSET (psymtab->section_offsets, 2),
+                   ANOFFSET (psymtab->section_offsets, 3));
+
   fprintf_filtered (outfile, "  Symbols cover text addresses 0x%x-0x%x\n",
                    psymtab -> textlow, psymtab -> texthigh);
   fprintf_filtered (outfile, "  Depends on %d other partial symtabs.\n",
This page took 0.026307 seconds and 4 git commands to generate.