aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorYury Khrustalev <yury.khrustalev@arm.com>2025-01-23 15:24:31 +0000
committerYury Khrustalev <yury.khrustalev@arm.com>2025-01-27 09:15:51 +0000
commit2a20abdd819fe58bec8b923cadae17171fd5aeda (patch)
tree4cdb4edb20ab34b48f9cb3f9e52c8eb564afefbf /gold
parent18df3e8323dcf9fdfec56b5f12c04a9c723a0931 (diff)
downloadfsf-binutils-gdb-2a20abdd819fe58bec8b923cadae17171fd5aeda.zip
fsf-binutils-gdb-2a20abdd819fe58bec8b923cadae17171fd5aeda.tar.gz
fsf-binutils-gdb-2a20abdd819fe58bec8b923cadae17171fd5aeda.tar.bz2
Fix some broken links in docs and comments
Reviewed-By Richard Earnshaw <richard.earnshaw@arm.com>
Diffstat (limited to 'gold')
-rw-r--r--gold/aarch64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/aarch64.cc b/gold/aarch64.cc
index a0a5964..fb29a09 100644
--- a/gold/aarch64.cc
+++ b/gold/aarch64.cc
@@ -2892,7 +2892,7 @@ AArch64_reloc_property_table* aarch64_reloc_property_table = NULL;
// The aarch64 target class.
// See the ABI at
-// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf
+// https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst
template<int size, bool big_endian>
class Target_aarch64 : public Sized_target<size, big_endian>
{