summaryrefslogtreecommitdiffstats
path: root/gcc/config/m68k/atari.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-11-26 19:25:22 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-11-26 19:25:22 +0000
commit8e40a72f81eb9400a96792b5b6f2e42342144e83 (patch)
tree51116490cf01d3780efe86ec5be084ddf87963c5 /gcc/config/m68k/atari.h
parent8140eeea9c545ea7f9c4e0c5c4a264faf581a7eb (diff)
downloadppe42-gcc-8e40a72f81eb9400a96792b5b6f2e42342144e83.tar.gz
ppe42-gcc-8e40a72f81eb9400a96792b5b6f2e42342144e83.zip
(FUNCTION_VALUE): Deleted; incorrect.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10597 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/atari.h')
-rw-r--r--gcc/config/m68k/atari.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/gcc/config/m68k/atari.h b/gcc/config/m68k/atari.h
index b08ff45c251..da0a803250a 100644
--- a/gcc/config/m68k/atari.h
+++ b/gcc/config/m68k/atari.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler.
Atari TT ASV version.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -104,16 +104,3 @@ int switch_table_difference_label_flag;
asm_fprintf (FILE, "%s%%%d:\n", PREFIX, NUM); \
else \
asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM)
-
-/* Define how to generate (in the callee) the output value of a function
- and how to find (in the caller) the value returned by a function. VALTYPE
- is the data type of the value (as a tree). If the precise function being
- called is known, FUNC is its FUNCTION_DECL; otherwise, FUNC is 0.
- For the Atari generate the result in d0 or fp0 as appropriate. */
-
-#undef FUNCTION_VALUE
-#define FUNCTION_VALUE(VALTYPE, FUNC) \
-(TREE_CODE (VALTYPE) == REAL_TYPE && TARGET_68881 \
- ? gen_rtx (REG, TYPE_MODE (VALTYPE), 16) \
- : gen_rtx (REG, TYPE_MODE (VALTYPE), 0))
-
OpenPOWER on IntegriCloud