]> Git Repo - binutils.git/commitdiff
gas/testsuite/
authorDavid S. Miller <[email protected]>
Sat, 7 Apr 2012 14:16:35 +0000 (14:16 +0000)
committerDavid S. Miller <[email protected]>
Sat, 7 Apr 2012 14:16:35 +0000 (14:16 +0000)
* 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.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
ld/testsuite/ChangeLog
ld/testsuite/ld-sparc/tlssunbin32.rd
ld/testsuite/ld-sparc/tlssunbin64.rd

index f157c74768fb16bc0cf8df2ddeed809f2062b70d..d509b7d6c2c779ff606f7d40db23b2153df567e0 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-07  David S. Miller  <[email protected]>
+
+       * gas/all/gas.exp: Sparc can handle BFD_RELOC_8 for constants.
+
 2012-04-03  Roland McGrath  <[email protected]>
 
        * gas/i386/k1om.d: Add not-target match for *-*-nacl*.
index 169fdb46603596fb98a0a630cf19c28b0ce302bf..7026811e84610ff6b52710c3b2cf537db51db43d 100644 (file)
@@ -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
     }
 }
index f8d6dc02163dbc79a1b10f5084b8ff2a20340135..e6aafbc5e1605437e591dc9a5b52601eb49ff6e2 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-07  David S. Miller  <[email protected]>
+
+       * ld-sparc/tlssunbin32.rd: Fix regexp.
+       * ld-sparc/tlssunbin64.rd: Likewise.
+
 2012-04-03  Roland McGrath  <[email protected]>
 
        * ld-x86-64/ilp32-4-nacl.d: New file.
index 69a0317735f278b5e7045f653e9a33a523edd2f7..46fc2e456789d4c2982837185467ea0fac0448c6 100644 (file)
@@ -88,7 +88,7 @@ Symbol table '\.symtab' contains [0-9]+ entries:
 .* TLS +LOCAL +DEFAULT +8 bl7
 .* TLS +LOCAL +DEFAULT +8 bl8
 .* OBJECT +LOCAL +DEFAULT +9 _DYNAMIC
-.* OBJECT +LOCAL +DEFAULT +10 _PROCEDURE_LINKAGE_TABLE_
+.* OBJECT +LOCAL +DEFAULT +ABS _PROCEDURE_LINKAGE_TABLE_
 .* OBJECT +LOCAL +DEFAULT +10 _GLOBAL_OFFSET_TABLE_
 .* TLS +GLOBAL +DEFAULT +7 sg8
 .* TLS +GLOBAL +DEFAULT +8 bg8
index 483a9cf798e3e6de3eff01d36ed947979e812477..c41b1c9a146205eb6839f900d8c78b47d020bf20 100644 (file)
@@ -88,7 +88,7 @@ Symbol table '\.symtab' contains [0-9]+ entries:
 .* TLS +LOCAL +DEFAULT +8 bl7
 .* TLS +LOCAL +DEFAULT +8 bl8
 .* OBJECT +LOCAL +DEFAULT +9 _DYNAMIC
-.* OBJECT +LOCAL +DEFAULT +10 _PROCEDURE_LINKAGE_TABLE_
+.* OBJECT +LOCAL +DEFAULT +ABS _PROCEDURE_LINKAGE_TABLE_
 .* OBJECT +LOCAL +DEFAULT +10 _GLOBAL_OFFSET_TABLE_
 .* TLS +GLOBAL +DEFAULT +7 sg8
 .* TLS +GLOBAL +DEFAULT +8 bg8
This page took 0.034672 seconds and 4 git commands to generate.