[XTENSA] Add missing RELOCATE_ENTRY for debug vector
We also need to relocate the debug vector if in RAM. Signed-off-by: Marc Gauthier <marc@tensilica.com>
This commit is contained in:
parent
de6b03456e
commit
6d15d10963
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ SECTIONS
|
|||
.DoubleExceptionVector.literal);
|
||||
RELOCATE_ENTRY(_DoubleExceptionVector_text,
|
||||
.DoubleExceptionVector.text);
|
||||
RELOCATE_ENTRY(_DebugInterruptVector_text,
|
||||
.DebugInterruptVector.text);
|
||||
|
||||
__boot_reloc_table_end = ABSOLUTE(.) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue