mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correctly align the unwind tables. Without this clang may incorrectly align
them causing an alignment fault when producing a backtrace.
This commit is contained in:
parent
7554e820bb
commit
67727fbfce
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ SECTIONS
|
|||
.init : { *(.init) } =0x9090
|
||||
.plt : { *(.plt) }
|
||||
|
||||
. = ALIGN(4);
|
||||
_extab_start = .;
|
||||
PROVIDE(extab_start = .);
|
||||
.ARM.extab : { *(.ARM.extab) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue