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:
Andrew Turner 2013-03-10 00:47:19 +00:00
parent 7554e820bb
commit 67727fbfce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248122

View File

@ -56,6 +56,7 @@ SECTIONS
.init : { *(.init) } =0x9090
.plt : { *(.plt) }
. = ALIGN(4);
_extab_start = .;
PROVIDE(extab_start = .);
.ARM.extab : { *(.ARM.extab) }