Commit 99e90438 by Richard Earnshaw Committed by Richard Earnshaw

t-semi (STMP_FIXPROTO): Define to nothing.

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

From-SVN: r17975
parent 7a0a1f09
......@@ -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
......
......@@ -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...
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment