t-semi (STMP_FIXPROTO): Define to nothing.

* arm/t-semi (STMP_FIXPROTO): Define to nothing.
* arm/t-semiaof (STMP_FIXPROTO): Likewise.

From-SVN: r17975
This commit is contained in:
Richard Earnshaw 1998-02-14 05:16:58 +00:00 committed by Richard Earnshaw
parent 7a0a1f09c4
commit 99e9043802
3 changed files with 7 additions and 0 deletions

View 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

View 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...

View 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.