diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2020-04-18 22:17:24 +0200 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2020-04-18 22:17:24 +0200 |
commit | dbe23755ac67ab61106d03527c6813ebec0e4c5e (patch) | |
tree | c437d82fd154b6ee4b1c496cbdb1148a3421cbe1 /ld | |
parent | 54975ae91f6645bea4b57038e7b812cb9ceade29 (diff) | |
download | gdb-dbe23755ac67ab61106d03527c6813ebec0e4c5e.zip gdb-dbe23755ac67ab61106d03527c6813ebec0e4c5e.tar.gz gdb-dbe23755ac67ab61106d03527c6813ebec0e4c5e.tar.bz2 |
ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
Two ld tests currently XPASS on 64-bit Solaris/SPARC:
XPASS: ld-elf/warn1
XPASS: ld-elf/warn2
They were xfail'ed on Solaris/SPARCv9 back in 2005
https://sourceware.org/pipermail/binutils/2005-February/039268.html
but obviously this no longer appplies.
Fixed by removing the xfail's.
Tested on sparcv9-sun-solaris2.11 and sparc-sun-solaris2.11.
* testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
* testsuite/ld-elf/warn2.d: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/warn1.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/warn2.d | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a87cb77..0f4abca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC. + * testsuite/ld-elf/warn2.d: Likewise. + 2020-04-18 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for diff --git a/ld/testsuite/ld-elf/warn1.d b/ld/testsuite/ld-elf/warn1.d index a5b8876..8307664 100644 --- a/ld/testsuite/ld-elf/warn1.d +++ b/ld/testsuite/ld-elf/warn1.d @@ -5,7 +5,6 @@ #warning: ^[^\n]*\): warning: witty one-liner$ #readelf: -s #xfail: [is_generic] -#xfail: "sparc64-*-solaris2*" "sparcv9-*-solaris2*" # Check that warnings are generated for the .gnu.warning.SYMBOL # construct and that the symbol still appears as expected. diff --git a/ld/testsuite/ld-elf/warn2.d b/ld/testsuite/ld-elf/warn2.d index 005056b..43743cd 100644 --- a/ld/testsuite/ld-elf/warn2.d +++ b/ld/testsuite/ld-elf/warn2.d @@ -6,7 +6,6 @@ #readelf: -s # if not using elf.em, you don't get fancy section handling #xfail: [uses_genelf] -#xfail: "sparc64-*-solaris2*" "sparcv9-*-solaris2*" # Check that warnings are generated for the symbols in .gnu.warning # construct and that the symbol still appears as expected. |