From 89871bab53ccc55b0ac164ef0469695f40efffee Mon Sep 17 00:00:00 2001 From: schwab Date: Tue, 21 Apr 2009 13:50:36 +0000 Subject: * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Use enum for second argument of emit_library_call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146525 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m68k/linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/m68k') diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 2eb4641c9c5..922856cefdf 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -1,7 +1,7 @@ /* Definitions for Motorola 68k running Linux-based GNU systems with ELF format. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006, - 2007 Free Software Foundation, Inc. + 2007, 2009 Free Software Foundation, Inc. This file is part of GCC. @@ -209,7 +209,7 @@ along with GCC; see the file COPYING3. If not see #undef FINALIZE_TRAMPOLINE #define FINALIZE_TRAMPOLINE(TRAMP) \ emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__clear_cache"), \ - 0, VOIDmode, 2, TRAMP, Pmode, \ + LCT_NORMAL, VOIDmode, 2, TRAMP, Pmode, \ plus_constant (TRAMP, TRAMPOLINE_SIZE), Pmode); /* Clear the instruction cache from `beg' to `end'. This makes an -- cgit v1.2.1