X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fconfig%2Fi960%2Fi960.h;h=1ef3ba7291260f7ae2bde498b4987c724f4d0e7e;hb=c6aded7c2b2a2d3f26cce0ada1ef379d3ef37312;hp=d9cddb99d57b9bbb502fdd65c39a490a17dfb237;hpb=3698f44e0eaa13abd10a7e80de48a06f151d5d3d;p=gcc.git diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index d9cddb99d57..1ef3ba72912 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for Intel 80960 - Copyright (C) 1992, 1993, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1995, 1996, 1998 Free Software Foundation, Inc. Contributed by Steven McGeady, Intel Corp. Additional Work by Glenn Colon-Bonet, Jonathan Shapiro, Andy Wilson Converted to GCC 2.0 by Jim Wilson and Michael Tiemann, Cygnus Support. @@ -94,7 +94,7 @@ Boston, MA 02111-1307, USA. */ #define CAN_DEBUG_WITHOUT_FP /* Do leaf procedure and tail call optimizations for -O2 and higher. */ -#define OPTIMIZATION_OPTIONS(LEVEL) \ +#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ { \ if ((LEVEL) >= 2) \ { \