diff options
author | David S. Miller <davem@redhat.com> | 2012-04-07 14:16:35 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2012-04-07 14:16:35 +0000 |
commit | be16f589256fd2323f3b8d76ba2b90083a3a2588 (patch) | |
tree | 3cb2ffb88c06f1f3b655e73462c66e9c5b55c8e9 /gas | |
parent | 4b4c90f595685a26a9233cae758c95df25e6e58a (diff) | |
download | gdb-be16f589256fd2323f3b8d76ba2b90083a3a2588.zip gdb-be16f589256fd2323f3b8d76ba2b90083a3a2588.tar.gz gdb-be16f589256fd2323f3b8d76ba2b90083a3a2588.tar.bz2 |
gas/testsuite/
* gas/all/gas.exp: Sparc can handle BFD_RELOC_8 for constants.
ld/testsuite/
* ld-sparc/tlssunbin32.rd: Fix regexp.
* ld-sparc/tlssunbin64.rd: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f157c74..d509b7d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-04-07 David S. Miller <davem@davemloft.net> + + * gas/all/gas.exp: Sparc can handle BFD_RELOC_8 for constants. + 2012-04-03 Roland McGrath <mcgrathr@google.com> * gas/i386/k1om.d: Add not-target match for *-*-nacl*. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 169fdb4..7026811 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -83,7 +83,7 @@ case $target_triplet in { # Some targets don't manage to resolve BFD_RELOC_8 for constants. setup_xfail "alpha*-*-*" "*c30*-*-*" "*c4x*-*-*" \ "d\[13\]0v*-*-*" "i860-*-*" "mips*-*-*" "msp430-*-*" \ - "pdp11-*-*" "sparc*-*-*" "xtensa*-*-*" + "pdp11-*-*" "xtensa*-*-*" run_dump_test forward } } |