mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
(DBX_OUTPUT_SOURCE_LINE): Increment line counter.
From-SVN: r89634
This commit is contained in:
parent
bab208b486
commit
e2cb732fcb
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user