Please try the appended patch. (The macro is expected to increment
the counter now.)
zw
* config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Increment counter.
===================================================================
Index: config/m32r/m32r.h
--- config/m32r/m32r.h 27 Oct 2004 01:29:41 -0000 1.120
+++ config/m32r/m32r.h 27 Oct 2004 03:59:47 -0000
@@ -1534,6 +1534,7 @@ L2: .word STATIC
fputs ("\n\t.debugsym ", file); \
assemble_name (file, label); \
putc ('\n', file); \
+ counter += 1; \
} \
while (0)