diff options
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*) |