Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Problems with startup code symbols (Copious warnings)
@ 2006-06-08  7:23 Steven Johnson
  2006-06-08  9:06 ` Jim Blandy
  0 siblings, 1 reply; 17+ messages in thread
From: Steven Johnson @ 2006-06-08  7:23 UTC (permalink / raw)
  To: gdb

Hi,

For ever and a day with GDB i've gotten the following warnings:

warning: (Internal error: pc 0x00 in read in psymtab, but not in symtab.)

I get it a lot.  I even patch GDB so it doesn't generate this warning,
its so annoying.

0x00 happens to be my programs entry point (its an embedded system). 
And is in Assembler code.

I've never liked patching GDB to get rid of this warning, so I invested
some time on it and I've just discovered 2 ways to make it go away:

1. If I compile my code with stabs+ debug info, I don't get the
warning.  I would prefer to use Dwarf-2 however, as it seems to be the
way of the future.

2. If I add:

.section .debug_info,"",@progbits as the first directive in my asm file,
the warning also goes away.  But so does the code when I view it under GDB.

Does anyone know any special incantation I need to make in my ASM file,
to get rid of the warning, but still retain the symbolic information so
I can see the code and symbols under GDB?

The file is a ".S" file, it is assembler but i build it with GCC.  The
CPU is a PowerPC, Motorola MPC862.

Thanks,
Steven J


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2006-06-21 14:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-08  7:23 Problems with startup code symbols (Copious warnings) Steven Johnson
2006-06-08  9:06 ` Jim Blandy
2006-06-08 12:25   ` Steven Johnson
2006-06-08 23:10     ` Steven Johnson
2006-06-15  0:12     ` Jim Blandy
2006-06-15  7:33       ` Jim Blandy
2006-06-19  9:36         ` Frederic RISS
2006-06-20 12:23           ` Daniel Jacobowitz
2006-06-20 12:33             ` Frederic RISS
2006-06-20 12:56               ` Daniel Jacobowitz
2006-06-20 13:09                 ` Frederic RISS
2006-06-20 20:17                   ` Steven Johnson
2006-06-20 23:35                     ` Daniel Jacobowitz
2006-06-21  8:54                       ` Frederic RISS
2006-06-21 14:44                         ` Steven Johnson
2006-06-21 15:28                         ` Daniel Jacobowitz
2006-06-19 10:00         ` Steven Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox