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 df8af471a5ce2d4588454bba3797f2c8865ae5c4..fc423cef97f3f710ee524fa1e4ae8b258b97d3f9 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 9e4ddba371679931d9fddcc4b685bd28e66c35f5..c14782a6d8916047b239a899b9bada956dee4260 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 6f1dfca081c25df5425db953699e310572e23f1e..101754375ea311b80c5ea7718d010fee7fecff30 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.