diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-07-05 07:35:52 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-07-05 07:35:52 -0700 |
commit | 29d7478bc63762606302a0ae0525b22eaf85b47b (patch) | |
tree | 0551a3e4c9a363dab90dc704d36579de2cd87484 /ld/ChangeLog | |
parent | 647c264cb2c60c90ee2d09edb6bd001ff357306d (diff) | |
download | gdb-29d7478bc63762606302a0ae0525b22eaf85b47b.zip gdb-29d7478bc63762606302a0ae0525b22eaf85b47b.tar.gz gdb-29d7478bc63762606302a0ae0525b22eaf85b47b.tar.bz2 |
Add -flto to PR ld/20321 test
Before GCC 4.9, -flto is required for final LTO link. Add -flto to PR
ld/20321 test to support older versions of GCC.
* testsuite/ld-plugin/lto.exp: Add -flto to PR ld/20321 test.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6ee54fc..826ea7c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-07-05 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-plugin/lto.exp: Add -flto to PR ld/20321 test. + 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com> * testsuite/ld-arm/farcall-thumb2-purecode.d: New test result. |