git: df890fef1dcf - stable/14 - arm: Fix typo in ldscript.arm.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Dec 2024 13:37:43 UTC
The branch stable/14 has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=df890fef1dcfb556d27c82a8901ce355ed304849 commit df890fef1dcfb556d27c82a8901ce355ed304849 Author: Michal Meloun <mmel@FreeBSD.org> AuthorDate: 2024-11-17 10:21:47 +0000 Commit: Michal Meloun <mmel@FreeBSD.org> CommitDate: 2024-12-08 10:36:37 +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 f42af5bc4a4c..a1c38a5636e2 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 = .;