diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-11-20 13:35:29 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-11-20 13:38:31 -0800 |
commit | 344d1e9ca89655827ee4b1d613bd248829978def (patch) | |
tree | 8d5297637a5c10bd0dd16f83da7f20c18c640a0a /ld | |
parent | 4cd4358388c02ca25f626b3e66a02df79a8ce968 (diff) | |
download | gdb-344d1e9ca89655827ee4b1d613bd248829978def.zip gdb-344d1e9ca89655827ee4b1d613bd248829978def.tar.gz gdb-344d1e9ca89655827ee4b1d613bd248829978def.tar.bz2 |
Don't run pr17618 test on x32
* ld-x86-64/pr17618.d: Don't run on x32.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/pr17618.d | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f959d55..8e69a89 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2014-11-20 H.J. Lu <hongjiu.lu@intel.com> + * ld-x86-64/pr17618.d: Don't run on x32. + +2014-11-20 H.J. Lu <hongjiu.lu@intel.com> + * ld-x86-64/plt-main1.rd: Updated for x32. * ld-x86-64/plt-main2.rd: Likewise. * ld-x86-64/plt-main3.rd: Likewise. diff --git a/ld/testsuite/ld-x86-64/pr17618.d b/ld/testsuite/ld-x86-64/pr17618.d index e640b40..b090aa0 100644 --- a/ld/testsuite/ld-x86-64/pr17618.d +++ b/ld/testsuite/ld-x86-64/pr17618.d @@ -1,4 +1,5 @@ #name: PLT PC-relative offset overflow check #as: --64 #ld: -shared -melf_x86_64 +#notarget: x86_64-*-linux*-gnux32 #error: .*PC-relative offset overflow in PLT entry for `bar' |