diff --git a/ld/ChangeLog b/ld/ChangeLog index ee309d4304..2d3b0ebc33 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2017-07-24 Claudiu Zissulescu + + * testsuite/ld-arc/jli-overflow.d: Force testing for little + endian. + * testsuite/ld-arc/tls_gd-01.d: Fix string to match bigendian + systems. + * testsuite/ld-arc/tls_ie-01.d: Fix test for bigendian systems. + 2017-07-19 Maciej W. Rozycki * testsuite/ld-scripts/fill.d: Adjust `xfail' entries. Add diff --git a/ld/testsuite/ld-arc/jli-overflow.d b/ld/testsuite/ld-arc/jli-overflow.d index b1a2663798..6445b2aba4 100644 --- a/ld/testsuite/ld-arc/jli-overflow.d +++ b/ld/testsuite/ld-arc/jli-overflow.d @@ -1,4 +1,4 @@ #source: jli-overflow.s -#as: -#ld: -q -T jli-script.ld +#as: -EL +#ld: -q -T jli-script.ld -A elf32-arclittle #error_output: jli-overflow.err diff --git a/ld/testsuite/ld-arc/tls_gd-01.d b/ld/testsuite/ld-arc/tls_gd-01.d index e789157632..d65f2cd0b5 100644 --- a/ld/testsuite/ld-arc/tls_gd-01.d +++ b/ld/testsuite/ld-arc/tls_gd-01.d @@ -4,7 +4,7 @@ #objdump: -d #xfail: arc*-*-elf* -[^:]+: file format elf32-littlearc +[^:]+: file format elf32-.*arc Disassembly of section \.text: diff --git a/ld/testsuite/ld-arc/tls_ie-01.d b/ld/testsuite/ld-arc/tls_ie-01.d index 62b3932479..e4af7c2ee4 100644 --- a/ld/testsuite/ld-arc/tls_ie-01.d +++ b/ld/testsuite/ld-arc/tls_ie-01.d @@ -4,7 +4,7 @@ #objdump: -s -j .got #xfail: arc*-*-elf* -[^:]+: file format elf32-littlearc +[^:]+: file format elf32-.*arc Contents of section \.got: - [0-9a-f]+ 08000000 0c000000 +.+ + [0-9a-f]+ [08]+ [0c]+ +.+