This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

.stabs "<internal>",130,0,0,0


Fellows,

my gcc (c++ part) port produces the following line
	.stabs  "<internal>",130,0,0,0
when I compile c++ code with debugging enabled.
However, gdb does not see this "<internal>" file and does not want 
to find a source file.

If I delete this line from assembly file and then compile this to binary, 
everything is Ok.

The question is: is it possible to prevent the output of this stab or I'm 
doing something really wrong?

Thanks,
Dmitry.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]