This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dbxout.c overhaul, finally done


Hi Zack, Hi Kazuhiro,

* 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)


I have applied this patch to the mainline sources.

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]