t-semi (STMP_FIXPROTO): Define to nothing.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 14 Feb 1998 05:16:58 +0000 (05:16 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 14 Feb 1998 05:16:58 +0000 (05:16 +0000)
* arm/t-semi (STMP_FIXPROTO): Define to nothing.
* arm/t-semiaof (STMP_FIXPROTO): Likewise.

From-SVN: r17975

gcc/ChangeLog
gcc/config/arm/t-semi
gcc/config/arm/t-semiaof

index df8af47..fc423ce 100644 (file)
@@ -4,6 +4,9 @@ Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
        float.
        (movdfcc): Only accept fpu_add_operand for operands[3].
 
+       * arm/t-semi (STMP_FIXPROTO): Define to nothing.
+       * arm/t-semiaof (STMP_FIXPROTO): Likewise.
+
 Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
 
        * varasm.c (output_constant_pool): Bring back 'done' label inside
index 9e4ddba..c14782a 100644 (file)
@@ -13,6 +13,9 @@ CROSS_LIBGCC1 = libgcc1-asm.a
 LIB1ASMSRC = arm/lib1funcs.asm
 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls
 
+#Don't try to run fixproto
+STMP_FIXPROTO =
+
 # These are really part of libgcc1, but this will cause them to be
 # built correctly, so...
 
index 6f1dfca..1017543 100644 (file)
@@ -7,6 +7,7 @@ LIBGCC = libgcc-aof.a
 LIBGCC2_CFLAGS = -O2 -fomit-frame-pointer
 LIBGCC1_TEST = #libgcc1-atest
 EXTRA_PARTS = crtbegin.o crtend.o
+STMP_FIXPROTO =
 
 # Rule to build libgcc1.a and libgcc2.a and libgcc.a, since the librarian 
 # for the ARM tools is somewhat quirky, and needs a special rule to use it.