diff options
author | Trevor Smigiel <Trevor_Smigiel@playstation.sony.com> | 2008-05-27 08:30:09 +0000 |
---|---|---|
committer | Sa Liu <saliu@gcc.gnu.org> | 2008-05-27 08:30:09 +0000 |
commit | 986a8d9011564b90d14a972af1d78dea4eaa95c8 (patch) | |
tree | 8ca6f47090259fc070a23c50b3fb1b1958189d16 /gcc | |
parent | b38883e82d5d8dfadcc4c35be98893b5807f9d5e (diff) | |
download | gcc-986a8d9011564b90d14a972af1d78dea4eaa95c8.zip gcc-986a8d9011564b90d14a972af1d78dea4eaa95c8.tar.gz gcc-986a8d9011564b90d14a972af1d78dea4eaa95c8.tar.bz2 |
Add TImode libgcc functions for mul and div on SPU.
From-SVN: r135975
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7798bf7..d7e50ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2008-05-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com> + Sa Liu <saliu@de.ibm.com> + + * config/spu/spu.c (spu_init_libfuncs): Add __multi3, __divti3, + __modti3, __udivti3, __umodti3 and __udivmodti4. + * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add files + that implement TImode mul and div functions. + * config/spu/multi3.c: New. Implement __multi3. + * config/spu/divmodti4.c: New. Implement _udivmodti4 and others. + * testsuite/gcc.target/spu/muldivti3.c: New. Test TImode mul and div + functions on SPU. + 2008-05-26 Steven Bosscher <stevenb.gcc@gmail.com> * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Generate |