diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-05-26 06:48:20 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-05-26 06:50:20 -0700 |
commit | 983d5689cc07466ddc6664e10aebbb2b2fd49515 (patch) | |
tree | 23fa9310cbe5c84443b9fee7314785074b720e02 /ld/testsuite/ld-x86-64/x86-64.exp | |
parent | 3f335b75d8219d213f225d98b8879c303fdd73a3 (diff) | |
download | gdb-983d5689cc07466ddc6664e10aebbb2b2fd49515.zip gdb-983d5689cc07466ddc6664e10aebbb2b2fd49515.tar.gz gdb-983d5689cc07466ddc6664e10aebbb2b2fd49515.tar.bz2 |
x86-64: Add ilp32-12 to check R_X86_64_32 for x32
* testsuite/ld-x86-64/ilp32-12.d: New file.
* testsuite/ld-x86-64/ilp32-12.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run ilp32-12.
Diffstat (limited to 'ld/testsuite/ld-x86-64/x86-64.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 17fd10e..37cf998 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -521,6 +521,7 @@ run_dump_test "ilp32-8" run_dump_test "ilp32-9" run_dump_test "ilp32-10" run_dump_test "ilp32-11" +run_dump_test "ilp32-12" run_dump_test "ia32-1" run_dump_test "ia32-2" run_dump_test "ia32-3" |