aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv-abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/frv/frv-abi.h')
-rw-r--r--gcc/config/frv/frv-abi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/frv/frv-abi.h b/gcc/config/frv/frv-abi.h
index a38dd16..7a53775 100644
--- a/gcc/config/frv/frv-abi.h
+++ b/gcc/config/frv/frv-abi.h
@@ -1,5 +1,5 @@
/* Frv map GCC names to FR-V ABI.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of GCC.
@@ -43,7 +43,8 @@ __asm__ (".text\n" \
"\t.type\t" #NEW ",@function\n" \
#NEW ":\n" \
"\tor\tgr11, gr0, gr10\n" \
- "\tbra\t" #OLD "\n");
+ ".L" #OLD " = " #OLD "\n" \
+ "\tbra\t.L" #OLD "\n");
#ifdef L_sf_to_df
#define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__extendsfdf2,__ftod)