From: Joel Sherrill Date: Wed, 1 May 2002 17:17:54 +0000 (+0000) Subject: t-elf (sparc-rtems, sparc-elf): Build assembly support routines. X-Git-Tag: releases/gcc-3.3.0~5352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4109b1188d523131e4c9bf7b4adfc61654efccb5;p=thirdparty%2Fgcc.git t-elf (sparc-rtems, sparc-elf): Build assembly support routines. 2002-05-01 Joel Sherrill * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly support routines. From-SVN: r53003 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c08a99a8efe..77623e5b795b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-01 Joel Sherrill + + * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly + support routines. + 2002-05-01 Joel Sherrill * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf index c521c81b789d..027940b10e44 100644 --- a/gcc/config/sparc/t-elf +++ b/gcc/config/sparc/t-elf @@ -1,3 +1,6 @@ +LIB1ASMSRC = sparc/lb1spc.asm +LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 + # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. FPBIT = fp-bit.c