Add .ARM.exidx section (#521)

This commit is contained in:
Lu Wang
2016-09-06 19:59:41 -07:00
committed by Jonathan Hui
parent 4bd1deae26
commit 6e5a22080e
+5
View File
@@ -60,6 +60,11 @@ SECTIONS
_einit_array = .;
} > FLASH
.ARM.exidx : ALIGN(4)
{
*(.ARM.exidx*)
} > FLASH
.data : ALIGN(4)
{
_data = .;