diff options
author | Alan Modra <amodra@gmail.com> | 2019-07-26 09:54:18 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-07-26 10:02:34 +0930 |
commit | 6e99a238f01fcf6f77ae25e8ade57e509a724b1f (patch) | |
tree | 429c6c37316f650046910eb56fd9405d43edbe64 /ld | |
parent | db2307377ffcd295f212cfa753e3ff45f1b85fb0 (diff) | |
download | gdb-6e99a238f01fcf6f77ae25e8ade57e509a724b1f.zip gdb-6e99a238f01fcf6f77ae25e8ade57e509a724b1f.tar.gz gdb-6e99a238f01fcf6f77ae25e8ade57e509a724b1f.tar.bz2 |
Ajdust lto-3r and lto-5r tests for powerpc64
* testsuite/ld-plugin/lto-3r.d: Accept D for powerpc64 descriptors.
* testsuite/ld-plugin/lto-5r.d: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/lto-3r.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/lto-5r.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9017eb0..1309324 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2019-07-26 Alan Modra <amodra@gmail.com> + + * testsuite/ld-plugin/lto-3r.d: Accept D for powerpc64 descriptors. + * testsuite/ld-plugin/lto-5r.d: Likewise. + 2019-07-24 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-plugin/lto-3r.d: Restored. Check foo instead diff --git a/ld/testsuite/ld-plugin/lto-3r.d b/ld/testsuite/ld-plugin/lto-3r.d index 8ce4482..fd1bfd2 100644 --- a/ld/testsuite/ld-plugin/lto-3r.d +++ b/ld/testsuite/ld-plugin/lto-3r.d @@ -3,5 +3,5 @@ #nm: -p #... -[0-9a-f]+ T _?foo +[0-9a-f]+ [TD] _?foo #pass diff --git a/ld/testsuite/ld-plugin/lto-5r.d b/ld/testsuite/ld-plugin/lto-5r.d index 57d4178..c35e2bc 100644 --- a/ld/testsuite/ld-plugin/lto-5r.d +++ b/ld/testsuite/ld-plugin/lto-5r.d @@ -3,5 +3,5 @@ #nm: -p #... -[0-9a-f]+ T _?foo +[0-9a-f]+ [TD] _?foo #pass |