x86-64/ELF: Fix "clear src_mask for all reloc types" test case
authorRoland McGrath <mcgrathr@google.com>
Wed, 12 May 2021 00:00:30 +0000 (17:00 -0700)
committerRoland McGrath <mcgrathr@google.com>
Wed, 12 May 2021 00:00:51 +0000 (17:00 -0700)
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.

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

index 68328a8aac24155edb5b8df56675495f5f251bbc..eec797754ed970849ad6e974bfad331812a70bc2 100644 (file)
@@ -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
index ac91834e4c41a6bd3b0c52cab6dc0fb77f1e1713..20bb7e3523254c457cd03df4084941c907fd9dd4 100644 (file)
@@ -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 .*
This page took 0.026008 seconds and 4 git commands to generate.