summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/lynx.h')
-rw-r--r--gcc/config/m68k/lynx.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h
index 8c54b8bc13f..b0b7206634c 100644
--- a/gcc/config/m68k/lynx.h
+++ b/gcc/config/m68k/lynx.h
@@ -1,5 +1,5 @@
/* Definitions for Motorola 680x0 running LynxOS.
- Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -62,9 +62,10 @@ Boston, MA 02111-1307, USA. */
#undef LIBCALL_VALUE
#define LIBCALL_VALUE(MODE) \
- gen_rtx (REG, (MODE), \
- ((TARGET_68881 \
- && ((MODE) == SFmode || (MODE) == DFmode || (MODE) == XFmode)) \
+ gen_rtx_REG ((MODE), \
+ ((TARGET_68881 \
+ && ((MODE) == SFmode || (MODE) == DFmode \
+ || (MODE) == XFmode)) \
? 16 : 0))
#undef FUNCTION_VALUE_REGNO_P