Skip to content

Commit 908db75

Browse files
andrew-mtknashif
authored andcommitted
overlays/mtk: Fix linker API
See commit fff0928 Signed-off-by: Andrew Perepech <[email protected]>
1 parent 99ea311 commit 908db75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlays/xtensa_mtk_mt8365_adsp/gdb/gdb/xtensa-config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,9 @@ xtensa_register_t rmap[] =
500500
XTREG_END
501501
};
502502

503+
extern xtensa_register_t xtensa_rmap[] __attribute__((alias("rmap")));
503504

505+
xtensa_gdbarch_tdep xtensa_tdep (rmap);
504506

505507
#ifdef XTENSA_CONFIG_INSTANTIATE
506508
XTENSA_CONFIG_INSTANTIATE(rmap,16)

0 commit comments

Comments
 (0)