summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gas.h
diff options
context:
space:
mode:
authorjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>1992-08-31 07:03:32 +0000
committerjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>1992-08-31 07:03:32 +0000
commit9ed5d211e9fa1532188052e7e4139d3cc8895443 (patch)
treeda10b0579be5bc637c608b0ec7efc7283acad7f2 /gcc/config/i386/gas.h
parenta33c211d1d007de604ceef857a54ea8703681481 (diff)
downloadgcc-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/gas.h')
-rw-r--r--gcc/config/i386/gas.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h
index eeb0483c88d..4617e10f668 100644
--- a/gcc/config/i386/gas.h
+++ b/gcc/config/i386/gas.h
@@ -43,10 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef DBX_NO_XREFS
#undef DBX_CONTIN_LENGTH
-/* By default, target has a 80387. */
-
-#define TARGET_DEFAULT 1
-
/* Specify predefined symbols in preprocessor. */
#define CPP_PREDEFINES "-Dunix -Di386"
@@ -94,20 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_OUTPUT_LOOP_ALIGN(FILE) \
fprintf ((FILE), "\t.align 2,0x90\n"); /* Use log of 4 as arg. */
-/* 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)
-
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
fprintf (FILE, "\t.file\t\"%s\"\n", dump_base_name);