aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-12-06 23:35:13 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-12-06 23:35:13 +0000
commit94bf3a11ec367f7c9fb94149acc9eaf141ed3de0 (patch)
tree756116507cc2ba8c51825d798eb5c1f30be33301 /ld/ChangeLog
parent78536d6e46a7604ec448faa8a7a991bd358f6dfc (diff)
downloadfsf-binutils-gdb-94bf3a11ec367f7c9fb94149acc9eaf141ed3de0.zip
fsf-binutils-gdb-94bf3a11ec367f7c9fb94149acc9eaf141ed3de0.tar.gz
fsf-binutils-gdb-94bf3a11ec367f7c9fb94149acc9eaf141ed3de0.tar.bz2
Add -flto and -flto-partition=.
2010-12-06 H.J. Lu <hongjiu.lu@intel.com> * lexsup.c (ld_options): Add -flto and -flto-partition= for GCC LTO option compatibility.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 16a134a..10836b0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+ * lexsup.c (ld_options): Add -flto and -flto-partition= for
+ GCC LTO option compatibility.
+
+2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/12288
* plugin.c (message): Don't add the trailing `\n' for
LDPL_ERROR.