lpc43xx: Clean up linker script breakage from merge

This commit is contained in:
Ben Gamari
2013-07-02 07:34:46 -04:00
committed by Piotr Esden-Tempski
parent 580be39e47
commit 994e679fb8
2 changed files with 4 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ SECTIONS
.ARM.extab : {
*(.ARM.extab*)
} >rom
/* exception index - required due to libgcc.a issuing /0 exceptions */
.ARM.exidx : {
__exidx_start = .;
*(.ARM.exidx*)