aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-10-29 14:22:56 +0000
committerChristophe Lyon <clyon@gcc.gnu.org>2015-10-29 15:22:56 +0100
commit1300f017c8cfaa4ea335b9bdfd20c044289fb5e0 (patch)
treedfbfdacf96937c0fa2c6b96b62eea121d27d1910 /libgcc
parent55db37536fcff75d42cb852e3c822f9f3fb5f04f (diff)
downloadgcc-1300f017c8cfaa4ea335b9bdfd20c044289fb5e0.zip
gcc-1300f017c8cfaa4ea335b9bdfd20c044289fb5e0.tar.gz
gcc-1300f017c8cfaa4ea335b9bdfd20c044289fb5e0.tar.bz2
config.host (arm*-*-eabi*, [...]): Include crtfastmath.o.
2015-10-29 Christophe Lyon <christophe.lyon@linaro.org> * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Include crtfastmath.o. From-SVN: r229529
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog7
-rw-r--r--libgcc/config.host1
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 8ba7879..5ce44ec 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,8 +1,13 @@
+2015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
+ Include crtfastmath.o.
+
2015-10-23 Joern Rennecke <joern.rennecke@embecosm.com>
PR libgcc/66883
* config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
-
+
2015-10-16 Kaushik Phatak <kaushik.phatak@kpit.com>
* config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
diff --git a/libgcc/config.host b/libgcc/config.host
index 2ee92c1..b63cc36 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -414,6 +414,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
;;
esac
tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
+ extra_parts="$extra_parts crtfastmath.o"
unwind_header=config/arm/unwind-arm.h
;;
avr-*-rtems*)