Commit fb002e78 by Nick Clifton Committed by Nick Clifton

(DBX_OUTPUT_SOURCE_LINE): Define begin_label.

From-SVN: r89743
parent 2419a74b
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
......
......@@ -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); \
\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment