(DBX_OUTPUT_SOURCE_LINE): Increment line counter.

From-SVN: r89634
This commit is contained in:
Zack Weinberg 2004-10-27 10:06:27 +00:00 committed by Nick Clifton
parent bab208b486
commit e2cb732fcb
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-27 Zack Weinberg <zack@codesourcery.com>
* config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Increment line
counter.
2004-10-27 Andreas Schwab <schwab@suse.de>
* varasm.c (default_stabs_asm_out_destructor): Mark symbol as

View File

@ -1534,7 +1534,8 @@ L2: .word STATIC
fputs ("\n\t.debugsym ", file); \
assemble_name (file, label); \
putc ('\n', file); \
} \
counter += 1; \
} \
while (0)
/* How to refer to registers in assembler output.