diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-12 22:03:44 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-12 22:03:44 +0000 |
commit | 24200b287a68ec59f18dc0344c6239120d849317 (patch) | |
tree | efb0a5b175b0720dda65ba73a0ae1be740852e68 /libgcc/ChangeLog | |
parent | ce2801fe3842c9f01896f48b99e18cfd7851d39d (diff) | |
download | gcc-24200b287a68ec59f18dc0344c6239120d849317.tar.gz |
* config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
* config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144138 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 402dbe185f3..b845937b30b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,7 +1,12 @@ +2009-02-12 Uros Bizjak <ubizjak@gmail.com> + + * config.host (ia64*-*-linux*): Add t-softfp to tmake_file. + * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype. + 2009-02-12 H.J. Lu <hongjiu.lu@intel.com> - * config.host: Add ia64/t-fprules-softfp ia64/t-softfp-compat - to tmake_file for ia64*-*-linux*. + * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and + ia64/t-softfp-compat to tmake_file. * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*. |