re PR target/11608 (testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.)
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 1 May 2004 00:48:33 +0000 (00:48 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 1 May 2004 00:48:33 +0000 (17:48 -0700)
2004-04-20  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/11608
        * config/sh/elf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Update and make it
        more like the one in config/dbxelf.h.

From-SVN: r81379

gcc/ChangeLog
gcc/config/sh/elf.h

index 76b6a981938efc805edcb88835950dabe45075bd..658a282e5363007b32255cf59d1c961293161edf 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-20  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR target/11608
+       * config/sh/elf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Update and make it
+       more like the one in config/dbxelf.h.
+
 2004-04-30  Zack Weinberg  <zack@codesourcery.com>
 
        * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK
index 964d88596c37b6d79699a76540068be4485e530e..f5cfcb667b0379fbbffd753054e0bcab8bda1b4c 100644 (file)
@@ -95,7 +95,7 @@ while (0)
 #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME)                        \
 do {                                                                   \
   text_section ();                                                     \
-  fprintf ((FILE), "\t.stabs \"\",%d,0,0,Letext\nLetext:\n", N_SO);    \
+  asm_fprintf ((FILE), "\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO); \
 } while (0)
 
 #undef STARTFILE_SPEC