mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arm: Fix typo in ldscript.arm.
MFC after: 1 week
(cherry picked from commit 0381f0b63b)
This commit is contained in:
parent
60799897ea
commit
df890fef1d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ SECTIONS
|
|||
_extab_start = .;
|
||||
PROVIDE(extab_start = .);
|
||||
.ARM.extab : { *(.ARM.extab) }
|
||||
_extab.end = .;
|
||||
_extab_end = .;
|
||||
PROVIDE(extab_end = .);
|
||||
|
||||
_exidx_start = .;
|
||||
|
|
|
|||
Loading…
Reference in a new issue