diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 23:35:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 23:35:13 +0000 |
commit | 94bf3a11ec367f7c9fb94149acc9eaf141ed3de0 (patch) | |
tree | 756116507cc2ba8c51825d798eb5c1f30be33301 /ld/ChangeLog | |
parent | 78536d6e46a7604ec448faa8a7a991bd358f6dfc (diff) | |
download | gdb-94bf3a11ec367f7c9fb94149acc9eaf141ed3de0.zip gdb-94bf3a11ec367f7c9fb94149acc9eaf141ed3de0.tar.gz 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/ChangeLog | 5 |
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. |