diff options
author | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-31 07:03:32 +0000 |
---|---|---|
committer | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-31 07:03:32 +0000 |
commit | 9ed5d211e9fa1532188052e7e4139d3cc8895443 (patch) | |
tree | da10b0579be5bc637c608b0ec7efc7283acad7f2 /gcc/config/i386/aix386.h | |
parent | a33c211d1d007de604ceef857a54ea8703681481 (diff) | |
download | gcc-9ed5d211e9fa1532188052e7e4139d3cc8895443.tar.gz |
(TARGET_DEFAULT,VALUE_REGNO,FUNCTION_VALUE_REGNO): Move to unx386.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/aix386.h')
-rw-r--r-- | gcc/config/i386/aix386.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/config/i386/aix386.h b/gcc/config/i386/aix386.h index 3cd191e5238..133df6f1676 100644 --- a/gcc/config/i386/aix386.h +++ b/gcc/config/i386/aix386.h @@ -30,10 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "att386.h" -/* By default, target has a 80387. */ - -#define TARGET_DEFAULT 1 - /* Use crt1.o as a startup file and crtn.o as a closing file. */ #define STARTFILE_SPEC \ @@ -79,20 +75,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_FILE_START_1(FILE) fprintf (FILE, "\t.noopt\n"); #endif -/* Machines that use the AT&T assembler syntax - also return floating point values in an FP register. */ -/* Define how to find 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. */ - -#define VALUE_REGNO(MODE) \ - (((MODE)==SFmode || (MODE)==DFmode) ? FIRST_FLOAT_REG : 0) - -/* 1 if N is a possible register number for a function value. */ - -#define FUNCTION_VALUE_REGNO_P(N) ((N) == 0 || (N)== FIRST_FLOAT_REG) - /* Output assembler code to FILE to increment profiler label # LABELNO for profiling a function entry. */ |