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/sysv4.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/sysv4.h')
-rw-r--r-- | gcc/config/i386/sysv4.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index 7d4871f23dc..c3caacb7843 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -26,24 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 System V Release 4)"); -/* By default, target has a 80387. */ - -#define TARGET_DEFAULT 1 - -/* 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) - /* The svr4 ABI for the i386 says that records and unions are returned in memory. */ |