(DBX_OUTPUT_SOURCE_LINE): Define begin_label.
From-SVN: r89743
This commit is contained in:
parent
2419a74bca
commit
fb002e78fa
@ -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
|
||||
|
@ -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); \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user