diff options
author | Roland McGrath <mcgrathr@google.com> | 2021-11-15 11:09:17 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2021-11-15 11:09:17 -0800 |
commit | d029b54d9c57232b812a32889b445f0db8958e0a (patch) | |
tree | 31e63ec731c6b4ddebd02332a147df052fe90a4f /ld/ChangeLog | |
parent | 37989733d8a8fe6ea13a82ec22272255e0702938 (diff) | |
download | fsf-binutils-gdb-d029b54d9c57232b812a32889b445f0db8958e0a.zip fsf-binutils-gdb-d029b54d9c57232b812a32889b445f0db8958e0a.tar.gz fsf-binutils-gdb-d029b54d9c57232b812a32889b445f0db8958e0a.tar.bz2 |
ld: Fix testsuite failures under --enable-textrel-check=error
ld/
* testsuite/ld-aarch64/dt_textrel.d: Pass explicit -z notext in
case ld was configured with --enable-textrel-check=error.
* testsuite/ld-aarch64/pr22764.d: Likewise.
* testsuite/ld-aarch64/pr20402.d: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c613b39..c23af57 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2021-11-15 Roland McGrath <mcgrathr@google.com> + + * testsuite/ld-aarch64/dt_textrel.d: Pass explicit -z notext in + case ld was configured with --enable-textrel-check=error. + * testsuite/ld-aarch64/pr22764.d: Likewise. + * testsuite/ld-aarch64/pr20402.d: Likewise. + 2021-10-25 Nick Alcock <nick.alcock@oracle.com> * testsuite/ld-ctf/nonrepresentable-member.*: New test. |