OSDN Git Service

(DBX_OUTPUT_SOURCE_LINE): Increment line counter.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 2004 10:06:27 +0000 (10:06 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 2004 10:06:27 +0000 (10:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89634 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m32r/m32r.h

index e621fdb..4e3bec9 100644 (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
index b2a00a9..beaa39f 100644 (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.