arm: Fix typo in ldscript.arm.

MFC after:	1 week

(cherry picked from commit 0381f0b63b)
This commit is contained in:
Michal Meloun 2024-11-17 11:21:47 +01:00
parent 60799897ea
commit df890fef1d

View file

@ -64,7 +64,7 @@ SECTIONS
_extab_start = .;
PROVIDE(extab_start = .);
.ARM.extab : { *(.ARM.extab) }
_extab.end = .;
_extab_end = .;
PROVIDE(extab_end = .);
_exidx_start = .;