diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-08 20:20:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-08 20:20:43 -0700 |
commit | 25d28c91b89d8f4a7e78b98b01e2c2382cea3e60 (patch) | |
tree | fccda91f75088716b38cefc8d387b625d51be5ec /ld/ChangeLog | |
parent | 9165f4548be8612161fb90cfad9bd0cc6a752c90 (diff) | |
download | gdb-25d28c91b89d8f4a7e78b98b01e2c2382cea3e60.zip gdb-25d28c91b89d8f4a7e78b98b01e2c2382cea3e60.tar.gz gdb-25d28c91b89d8f4a7e78b98b01e2c2382cea3e60.tar.bz2 |
ld: Require GCC 5 or above for 3 x86 tests
Require GCC 5 or above for 3 x86 tests which fail with GCC 4.9.3.
PR ld/21924
* testsuite/ld-i386/i386.exp: Require GCC 5 or above for
"weakundef1 with PIE" test.
* testsuite/ld-x86-64/tls.exp: Require GCC 5 or above for
"tlsdesc1" and "tlsdesc1 with PIE" tests.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c1db121..b6d378f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2017-08-08 H.J. Lu <hongjiu.lu@intel.com> + PR ld/21924 + * testsuite/ld-i386/i386.exp: Require GCC 5 or above for + "weakundef1 with PIE" test. + * testsuite/ld-x86-64/tls.exp: Require GCC 5 or above for + "tlsdesc1" and "tlsdesc1 with PIE" tests. + +2017-08-08 H.J. Lu <hongjiu.lu@intel.com> + * configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath. * configure: Regenerated. |