Commit e2cb732f by Zack Weinberg Committed by Nick Clifton

(DBX_OUTPUT_SOURCE_LINE): Increment line counter.

From-SVN: r89634
parent bab208b4
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment