From bacbfab613983ca7ebee04236570c7933cbe307f Mon Sep 17 00:00:00 2001 From: nickc Date: Fri, 21 May 2004 13:16:34 +0000 Subject: [PATCH] oops - omitted from previous delta. This change is: (INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of the macro definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82097 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/c4x/c4x.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 35680b35d8c..3079c0a66c6 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 \ { \ -- 2.11.4.GIT