Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / config / m68k / linux.h
index 325faf7..6450f3b 100644 (file)
@@ -1,7 +1,6 @@
 /* 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, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1995-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -190,7 +189,8 @@ along with GCC; see the file COPYING3.  If not see
 #define FINALIZE_TRAMPOLINE(TRAMP)                                     \
   emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__clear_cache"),      \
                     LCT_NORMAL, VOIDmode, 2, TRAMP, Pmode,             \
-                    plus_constant (TRAMP, TRAMPOLINE_SIZE), Pmode);
+                    plus_constant (Pmode, TRAMP, TRAMPOLINE_SIZE), \
+                    Pmode);
 
 /* Clear the instruction cache from `beg' to `end'.  This makes an
    inline system call to SYS_cacheflush.  The arguments are as