aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2004-05-21 13:16:34 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-05-21 13:16:34 +0000
commitdb7b47014640b98a8865bf9242a684a8ed9bb209 (patch)
tree872fc5ca3e2887fa024ab02f93d9d76549fe50df /gcc/config
parent722962a6553fdcb5349130a047c70c7d4070b46d (diff)
downloadgcc-db7b47014640b98a8865bf9242a684a8ed9bb209.zip
gcc-db7b47014640b98a8865bf9242a684a8ed9bb209.tar.gz
gcc-db7b47014640b98a8865bf9242a684a8ed9bb209.tar.bz2
oops - omitted from previous delta. This change is:
(INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of the macro definition. From-SVN: r82097
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/c4x/c4x.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h
index 35680b3..3079c0a 100644
--- a/gcc/config/c4x/c4x.h
+++ b/gcc/config/c4x/c4x.h
@@ -1778,26 +1778,26 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \
GEN_INT (0x5069), size_int (16), 0, 1); \
emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \
emit_move_insn (gen_rtx_MEM (QImode, \
- plus_constant (tramp, 0)), tmp1); \
+ plus_constant (TRAMP, 0)), tmp1); \
tmp1 = expand_and (QImode, FNADDR, GEN_INT (0xffff), 0); \
tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
GEN_INT (0x1069), size_int (16), 0, 1); \
emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \
emit_move_insn (gen_rtx_MEM (QImode, \
- plus_constant (tramp, 2)), tmp1); \
+ plus_constant (TRAMP, 2)), tmp1); \
tmp1 = expand_shift (RSHIFT_EXPR, QImode, CXT, \
size_int (16), 0, 1); \
tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
GEN_INT (0x5068), size_int (16), 0, 1); \
emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \
emit_move_insn (gen_rtx_MEM (QImode, \
- plus_constant (tramp, 3)), tmp1); \
+ plus_constant (TRAMP, 3)), tmp1); \
tmp1 = expand_and (QImode, CXT, GEN_INT (0xffff), 0); \
tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
GEN_INT (0x1068), size_int (16), 0, 1); \
emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \
emit_move_insn (gen_rtx_MEM (QImode, \
- plus_constant (tramp, 6)), tmp1); \
+ plus_constant (TRAMP, 6)), tmp1); \
} \
else \
{ \