aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2011-03-14 02:47:49 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-03-14 02:47:49 +0000
commita6c71270541c643174b994f1ebc3788954f45673 (patch)
tree0cea4a4923d2b9adb93dc07f383b0e95935b7e3f /ChangeLog
parentde3ab57bf5c5d4518a47c66d180cb4853606dc65 (diff)
downloadgcc-a6c71270541c643174b994f1ebc3788954f45673.zip
gcc-a6c71270541c643174b994f1ebc3788954f45673.tar.gz
gcc-a6c71270541c643174b994f1ebc3788954f45673.tar.bz2
re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10)
2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu> PR lto/48086 * configure.ac: Disable LTO on darwin due to an assembler change in Xcode 3.2.6/4.0 that limits the total number of sections/segments to under 256. * configure: Regenerate. From-SVN: r170929
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72d5ca7..ab6a900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR lto/48086
+ * configure.ac: Disable LTO on darwin due to an assembler change in
+ Xcode 3.2.6/4.0 that limits the total number of sections/segments to
+ under 256.
+ * configure: Regenerate.
+
2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
* MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.