diff --git a/ld/ChangeLog b/ld/ChangeLog index 2ae5b487e92..2cfa2459b94 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2020-11-16 Shahab Vahedi + + * testsuite/ld-arc/tls_ie-01.d: Update the dump command. + 2020-11-14 Borislav Petkov * testsuite/ld-x86-64/pe-x86-64-4.od: Adjust regexes. diff --git a/ld/testsuite/ld-arc/tls_ie-01.d b/ld/testsuite/ld-arc/tls_ie-01.d index e4af7c2ee4c..319cb9e99d7 100644 --- a/ld/testsuite/ld-arc/tls_ie-01.d +++ b/ld/testsuite/ld-arc/tls_ie-01.d @@ -1,10 +1,13 @@ #source: tls_ie-01.s #as: -mcpu=arc700 #ld: -static -#objdump: -s -j .got -#xfail: arc*-*-elf* +#objdump: -D -j .got [^:]+: file format elf32-.*arc -Contents of section \.got: - [0-9a-f]+ [08]+ [0c]+ +.+ + +Disassembly of section \.got: +[0-9a-f]+ <_GLOBAL_OFFSET_TABLE_>: +\s+... +\s+[0-9a-f]+:\s+08 00 00 00.* +\s+[0-9a-f]+:\s+0c 00 00 00.*