From: Nick Clifton Date: Fri, 21 May 2004 13:16:34 +0000 (+0000) Subject: oops - omitted from previous delta. This change is: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db7b47014640b98a8865bf9242a684a8ed9bb209;p=gcc.git oops - omitted from previous delta. This change is: (INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of the macro definition. From-SVN: r82097 --- 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 \ { \