1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp8266: modified ld file for non-SDK version

Introduction of LoadStoreError handler requires new .UserExceptionTrampoline.tex section in ld script.
This commit is contained in:
Gunar Schorcht 2019-02-10 13:55:31 +01:00
parent cda45fad8f
commit 8e03e692ed

View File

@ -206,6 +206,8 @@ SECTIONS
LONG(0)
LONG(0)
. = ALIGN (16);
*(.UserExceptionTrampoline.text)
. = ALIGN (16);
*(.entry.text)
*(.init.literal)
*(.init)