git: b66e0c51005a - stable/13 - arm: Fix typo in ldscript.arm.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Dec 2024 13:38:07 UTC
The branch stable/13 has been updated by mmel:
URL: https://cgit.FreeBSD.org/src/commit/?id=b66e0c51005a0c43c0bd7769cb155b617eb88b1d
commit b66e0c51005a0c43c0bd7769cb155b617eb88b1d
Author: Michal Meloun <mmel@FreeBSD.org>
AuthorDate: 2024-11-17 10:21:47 +0000
Commit: Michal Meloun <mmel@FreeBSD.org>
CommitDate: 2024-12-08 13:19:42 +0000
arm: Fix typo in ldscript.arm.
MFC after: 1 week
(cherry picked from commit 0381f0b63b9a5e55d4eca3da5c35ab55e4ce948b)
---
sys/conf/ldscript.arm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm
index a9c39977a6fc..37e8d442b33e 100644
--- a/sys/conf/ldscript.arm
+++ b/sys/conf/ldscript.arm
@@ -64,7 +64,7 @@ SECTIONS
_extab_start = .;
PROVIDE(extab_start = .);
.ARM.extab : { *(.ARM.extab) }
- _extab.end = .;
+ _extab_end = .;
PROVIDE(extab_end = .);
_exidx_start = .;