OSDN Git Service

(DBX_OUTPUT_SOURCE_LINE): Define begin_label.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 08:35:46 +0000 (08:35 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 08:35:46 +0000 (08:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89743 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 59a3794..7e871a6 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Define
+       begin_label.
+
 2004-10-27  Richard Henderson  <rth@redhat.com>
 
        PR middle-end/18163
 2004-10-27  Richard Henderson  <rth@redhat.com>
 
        PR middle-end/18163
index beaa39f..3cb53e0 100644 (file)
@@ -1524,6 +1524,7 @@ L2:     .word STATIC
 #define DBX_OUTPUT_SOURCE_LINE(file, line, counter)                    \
   do                                                                   \
     {                                                                  \
 #define DBX_OUTPUT_SOURCE_LINE(file, line, counter)                    \
   do                                                                   \
     {                                                                  \
+      rtx begin_label = XEXP (DECL_RTL (current_function_decl), 0);    \
       char label[64];                                                  \
       ASM_GENERATE_INTERNAL_LABEL (label, "LM", counter);              \
                                                                        \
       char label[64];                                                  \
       ASM_GENERATE_INTERNAL_LABEL (label, "LM", counter);              \
                                                                        \