diff options
author | Alan Modra <amodra@gmail.com> | 2022-04-21 08:50:02 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-04-21 15:30:50 +0930 |
commit | afa7150c8d4c6c98a6f07d96d9d6f6dba0f52b51 (patch) | |
tree | fa23a228b61b6b62ce892924eb3f3a4fae737c96 /ld/testsuite | |
parent | 96d2cea340575b12dad5b50edeb3bd66319ab491 (diff) | |
download | gdb-afa7150c8d4c6c98a6f07d96d9d6f6dba0f52b51.zip gdb-afa7150c8d4c6c98a6f07d96d9d6f6dba0f52b51.tar.gz gdb-afa7150c8d4c6c98a6f07d96d9d6f6dba0f52b51.tar.bz2 |
ld testsuite xcoff XPASS
* testsuite/ld-scripts/defined5.d: Don't xfail xcoff targets.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-scripts/defined5.d | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/defined5.d b/ld/testsuite/ld-scripts/defined5.d index 7aa680b..97096f7 100644 --- a/ld/testsuite/ld-scripts/defined5.d +++ b/ld/testsuite/ld-scripts/defined5.d @@ -1,8 +1,6 @@ #ld: -Tdefined5.t #warning: .*multiple definition of `defined'.* #nm: -B -#xfail: [is_xcoff_format] -# xcoff outputs value of "defined" from the object file # Check that a script can override an object file symbol, if multiple # definitions are allowed. See pr12356. |