Browse Source

x86-64/ELF: Fix "clear src_mask for all reloc types" test case

ld/
	* testsuite/ld-x86-64/rela.d: Fix regexp not to presume a specific
	address layout, so it works for e.g. --target=x86-64-elf.
binutils-2_37-branch
Roland McGrath 5 years ago
parent
commit
4a1ad5c9e4
  1. 5
      ld/ChangeLog
  2. 2
      ld/testsuite/ld-x86-64/rela.d

5
ld/ChangeLog

@ -1,3 +1,8 @@
2021-05-11 Roland McGrath <mcgrathr@google.com>
* testsuite/ld-x86-64/rela.d: Fix regexp not to presume a specific
address layout, so it works for e.g. --target=x86-64-elf.
2021-05-11 Nick Clifton <nickc@redhat.com>
PR 27113

2
ld/testsuite/ld-x86-64/rela.d

@ -7,4 +7,4 @@
.*: +file format .*
Contents of section .data:
*[0-9a-f]*0 08 ?.. ?.. ?.. 00 ?00 ?00 ?00 00 ?.. ?.. ?.. 44 ?44 ?44 ?44 .*
*[0-9a-f]*0 .8 ?.. ?.. ?.. 00 ?00 ?00 ?00 .0 ?.. ?.. ?.. 44 ?44 ?44 ?44 .*

Loading…
Cancel
Save