1
0
Fork 0

[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>
wifi-calibration
Marc Gauthier 2007-12-30 22:00:54 -08:00 committed by Chris Zankel
parent de6b03456e
commit 6d15d10963
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ SECTIONS
.DoubleExceptionVector.literal);
RELOCATE_ENTRY(_DoubleExceptionVector_text,
.DoubleExceptionVector.text);
RELOCATE_ENTRY(_DebugInterruptVector_text,
.DebugInterruptVector.text);
__boot_reloc_table_end = ABSOLUTE(.) ;
}