diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-28 08:35:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-10-28 08:35:46 +0000 |
commit | fb002e78faba626c54bd9608c1a69e660cf79da9 (patch) | |
tree | 5bbfb8fb8c7f4ebbfb208a47965e0bf0d5cbb063 /gcc/config/m32r | |
parent | 2419a74bca91e353e58f3cdf71bb186cecef63f0 (diff) | |
download | gcc-fb002e78faba626c54bd9608c1a69e660cf79da9.zip gcc-fb002e78faba626c54bd9608c1a69e660cf79da9.tar.gz gcc-fb002e78faba626c54bd9608c1a69e660cf79da9.tar.bz2 |
(DBX_OUTPUT_SOURCE_LINE): Define begin_label.
From-SVN: r89743
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r-- | gcc/config/m32r/m32r.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index beaa39f..3cb53e0 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); \ \ |