diff options
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 |