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
@ -56,6 +56,7 @@ SECTIONS
|
||||
.init : { *(.init) } =0x9090
|
||||
.plt : { *(.plt) }
|
||||
|
||||
. = ALIGN(4);
|
||||
_extab_start = .;
|
||||
PROVIDE(extab_start = .);
|
||||
.ARM.extab : { *(.ARM.extab) }
|
||||
|
Loading…
Reference in New Issue
Block a user