From fb002e78faba626c54bd9608c1a69e660cf79da9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 28 Oct 2004 08:35:46 +0000 Subject: [PATCH] (DBX_OUTPUT_SOURCE_LINE): Define begin_label. From-SVN: r89743 --- gcc/ChangeLog | 5 +++++ gcc/config/m32r/m32r.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59a37942130..7e871a60e0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-28 Nick Clifton + + * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Define + begin_label. + 2004-10-27 Richard Henderson PR middle-end/18163 diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index beaa39fe748..3cb53e010d8 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1524,6 +1524,7 @@ L2: .word STATIC #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); \ \ -- 2.30.2