diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-09-20 14:29:12 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2015-01-13 23:35:33 +0100 |
commit | 2cdfc43f10e3d755018ea508b64b209608d71864 (patch) | |
tree | 8e03f2cb344016fd91eeb43f2625aa50e87e677b /utils/hwstub/stub/stmp/hwstub.lds | |
parent | 2ee2a9697a1cea6ca3b9fa328440b8f46aa84fd8 (diff) | |
download | rockbox-2cdfc43f10e3d755018ea508b64b209608d71864.tar.gz rockbox-2cdfc43f10e3d755018ea508b64b209608d71864.zip |
hwstub: implement read/write data abort recovery
Change-Id: I1625873b6864584c40984723d82548ad242ee08e
Diffstat (limited to 'utils/hwstub/stub/stmp/hwstub.lds')
-rw-r--r-- | utils/hwstub/stub/stmp/hwstub.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hwstub/stub/stmp/hwstub.lds b/utils/hwstub/stub/stmp/hwstub.lds index 8e3f4e68ba..7b93d50863 100644 --- a/utils/hwstub/stub/stmp/hwstub.lds +++ b/utils/hwstub/stub/stmp/hwstub.lds @@ -38,6 +38,7 @@ SECTIONS { _copystart = .; oc_codestart = .; + *(.vectors); *(.text*) *(.icode*) *(.data*) |