aboutsummaryrefslogtreecommitdiff
path: root/gdb
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 /gdb
parent18df3e8323dcf9fdfec56b5f12c04a9c723a0931 (diff)
downloadbinutils-2a20abdd819fe58bec8b923cadae17171fd5aeda.zip
binutils-2a20abdd819fe58bec8b923cadae17171fd5aeda.tar.gz
binutils-2a20abdd819fe58bec8b923cadae17171fd5aeda.tar.bz2
Fix some broken links in docs and comments
Reviewed-By Richard Earnshaw <richard.earnshaw@arm.com>
Diffstat (limited to 'gdb')
-rw-r--r--gdb/arm-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index b5273c4..0c15215 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -6669,7 +6669,7 @@ install_load_store (struct gdbarch *gdbarch, struct regcache *regs,
Otherwise we don't know what value to write for PC, since the offset is
architecture-dependent (sometimes PC+8, sometimes PC+12). More details
of this can be found in Section "Saving from r15" in
- http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204g/Cihbjifh.html */
+ https://developer.arm.com/documentation/dui0204/g/ */
dsc->cleanup = load ? &cleanup_load : &cleanup_store;
}