diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/i386.exp | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/protected6b.d | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/protected6b.d | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 1 |
5 files changed, 22 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 8b45279..b35eb83 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2015-04-14 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/pr17709 + * ld-i386/i386.exp: Run protected6b. + * ld-i386/protected6b.d: New file. + * ld-x86-64/protected6b.d: Likewise. + * ld-x86-64/x86-64.exp: Run protected6b. + 2015-04-11 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/i386.exp: Run protected6a. diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 0c0fd96..f214d89 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -237,6 +237,7 @@ run_dump_test "protected3" run_dump_test "protected4" run_dump_test "protected5" run_dump_test "protected6a" +run_dump_test "protected6b" run_dump_test "tlspie1" run_dump_test "tlspie2" run_dump_test "nogot1" diff --git a/ld/testsuite/ld-i386/protected6b.d b/ld/testsuite/ld-i386/protected6b.d new file mode 100644 index 0000000..5642c60 --- /dev/null +++ b/ld/testsuite/ld-i386/protected6b.d @@ -0,0 +1,6 @@ +#source: protected6.s +#as: --32 +#ld: -shared -melf_i386 -z noextern-protected-data +#readelf: -r + +There are no relocations in this file. diff --git a/ld/testsuite/ld-x86-64/protected6b.d b/ld/testsuite/ld-x86-64/protected6b.d new file mode 100644 index 0000000..8b44331 --- /dev/null +++ b/ld/testsuite/ld-x86-64/protected6b.d @@ -0,0 +1,6 @@ +#source: protected6.s +#as: --64 +#ld: -shared -melf_x86_64 -z noextern-protected-data +#readelf: -r + +There are no relocations in this file. diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 213a4c0..8352ad9 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -221,6 +221,7 @@ run_dump_test "protected3-l1om" run_dump_test "protected4" run_dump_test "protected5" run_dump_test "protected6a" +run_dump_test "protected6b" run_dump_test "protected7a" run_dump_test "protected7b" run_dump_test "tlsle1" |