This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
.stabs "<internal>",130,0,0,0
- From: Dmitry <diwil at mail dot ru>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 9 Apr 2003 12:23:09 +0400
- Subject: .stabs "<internal>",130,0,0,0
- Organization: EIS
- Reply-to: diwil at mail dot ru
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.