aboutsummaryrefslogtreecommitdiff
path: root/target-xtensa/core-fsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-xtensa/core-fsf.c')
-rw-r--r--target-xtensa/core-fsf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c
index cfcc840255..f6ea6b944a 100644
--- a/target-xtensa/core-fsf.c
+++ b/target-xtensa/core-fsf.c
@@ -33,9 +33,14 @@
#include "core-fsf/core-isa.h"
#include "overlay_tool.h"
-static const XtensaConfig fsf __attribute__((unused)) = {
+static XtensaConfig fsf __attribute__((unused)) = {
.name = "fsf",
+ .gdb_regmap = {
/* GDB for this core is not supported currently */
+ .reg = {
+ XTREG_END
+ },
+ },
.clock_freq_khz = 10000,
DEFAULT_SECTIONS
};