summaryrefslogtreecommitdiffstats
path: root/gcc/config/m68k
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-21 13:50:36 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-21 13:50:36 +0000
commit89871bab53ccc55b0ac164ef0469695f40efffee (patch)
treef72394567272462f378ccded33b762b75c11ea66 /gcc/config/m68k
parentbe1b4133d5dd2d523917be9c790e33edf470a264 (diff)
downloadppe42-gcc-89871bab53ccc55b0ac164ef0469695f40efffee.tar.gz
ppe42-gcc-89871bab53ccc55b0ac164ef0469695f40efffee.zip
* 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
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r--gcc/config/m68k/linux.h4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud