(DBX_OUTPUT_SOURCE_LINE): Define begin_label.

From-SVN: r89743
This commit is contained in:
Nick Clifton 2004-10-28 08:35:46 +00:00 committed by Nick Clifton
parent 2419a74bca
commit fb002e78fa
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -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); \
\