diff options
author | Joel Sherrill <joel@OARcorp.com> | 2002-05-01 17:17:54 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2002-05-01 17:17:54 +0000 |
commit | 4109b1188d523131e4c9bf7b4adfc61654efccb5 (patch) | |
tree | bd4e1db2b33b87b7eae98aaa998873359865bd4b /gcc | |
parent | c4a9c570810fb21d7bdfc89126eb9bde7509532f (diff) | |
download | gcc-4109b1188d523131e4c9bf7b4adfc61654efccb5.zip gcc-4109b1188d523131e4c9bf7b4adfc61654efccb5.tar.gz gcc-4109b1188d523131e4c9bf7b4adfc61654efccb5.tar.bz2 |
t-elf (sparc-rtems, sparc-elf): Build assembly support routines.
2002-05-01 Joel Sherrill <joel@OARcorp.com>
* config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
support routines.
From-SVN: r53003
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/t-elf | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c08a99..77623e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2002-05-01 Joel Sherrill <joel@OARcorp.com> + * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly + support routines. + +2002-05-01 Joel Sherrill <joel@OARcorp.com> + * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. 2002-05-01 David Edelsohn <edelsohn@gnu.org> diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf index c521c81..027940b 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 |