diff options
author | Roland McGrath <mcgrathr@google.com> | 2021-05-11 17:00:30 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2021-05-11 17:00:51 -0700 |
commit | 4a1ad5c9e439647917ebad6829b5965c13fc9aaa (patch) | |
tree | 50f2a9d8cc4c1bce3890b6aac415399822e56ddb /ld/ChangeLog | |
parent | ad9e0d9c8b039a724f14697632635191593cfd5e (diff) | |
download | gdb-4a1ad5c9e439647917ebad6829b5965c13fc9aaa.zip gdb-4a1ad5c9e439647917ebad6829b5965c13fc9aaa.tar.gz gdb-4a1ad5c9e439647917ebad6829b5965c13fc9aaa.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 68328a8..eec7977 100644 --- a/ld/ChangeLog +++ b/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 |