]> gcc.gnu.org Git - gcc.git/commitdiff
Include arm/aout.h, not arm/arm.h.
authorRichard Earnshaw <erich@gnu.org>
Wed, 6 Dec 1995 11:53:39 +0000 (11:53 +0000)
committerRichard Earnshaw <erich@gnu.org>
Wed, 6 Dec 1995 11:53:39 +0000 (11:53 +0000)
From-SVN: r10683

gcc/config/arm/riscix.h
gcc/config/arm/riscix1-1.h
gcc/config/arm/semi.h

index a3b9c3d0702995b8254d8c8150e237624314aaa5..9c1af465b034a6bd1cf83003c7be9fd60c0df644 100644 (file)
@@ -123,7 +123,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Maths operation domain error number, EDOM */
 #define TARGET_EDOM 33
-#include "arm/arm.h"
+#include "arm/aout.h"
 
 /* The native RISCiX assembler does not support stabs of any kind; because
    the native assembler is not used by the compiler, Acorn didn't feel it was
index 8be8539b892b183572c54f8fbaca7bb548067dfd..748638137cb72f1c4682ff5babffa7e9e74c48fa 100644 (file)
@@ -81,7 +81,7 @@ Boston, MA 02111-1307, USA.  */
 #define SYMBOL__MAIN __gccmain
 #endif
 
-#include "arm/arm.h"
+#include "arm/aout.h"
 
 /* The native RISCiX assembler does not support stabs of any kind; because
    the native assembler is not used by the compiler, Acorn didn't feel it was
index d282ac319e6025a85502c6f65082152ebac98393..c2e7031bbfb48ea140092ea07953166a284d788d 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  ARM on semi-hosted platform
-   Copyright (C) 1994 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (richard.earnshaw@armltd.co.uk)
 
 This file is part of GNU CC.
@@ -28,11 +28,19 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES \
     "-Darm -Dsemi -Acpu(arm) -Amachine(arm)"
 
-#define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
+#define CPP_SPEC "%{m6:-D__arm6__} \
+%{mcpu-*:-D__%*} \
+%{mcpu=*:-D__%*} \
+%{mapcs-32:-D__APCS_32__ -U__APCS_26__} \
+%{mapcs-26:-D__APCS_26__ -U__APCS_32__} \
+%{!mapcs-32: %{!mapcs-26:-D__APCS_32__}} \
+%{msoft-float:-D__SOFTFP__} \
+%{mhard-float:-U__SOFTFP__} \
+%{!mhard-float: %{!msoft-float:-U__SOFTFP__}} \
+"
 
-#define TARGET_DEFAULT 8       /* APCS-32 (ARM 6) */
+#define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
 
-/* Currently we have no support for atexit.  */
-#define EXIT_BODY {}
+#define TARGET_DEFAULT ARM_FLAG_APCS_32
 
-#include "arm/arm.h"
+#include "arm/aout.h"
This page took 0.055957 seconds and 5 git commands to generate.