diff options
Diffstat (limited to 'gdb/xtensa-config.c')
-rw-r--r-- | gdb/xtensa-config.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/xtensa-config.c b/gdb/xtensa-config.c index 2c21c78..57a9ff0 100644 --- a/gdb/xtensa-config.c +++ b/gdb/xtensa-config.c @@ -62,7 +62,7 @@ const xtensa_mask_t xtensa_mask15 = { 1, xtensa_submask15 }; /* Register map. */ -xtensa_register_t rmap[] = +static xtensa_register_t rmap[] = { /* idx ofs bi sz al targno flags cp typ group name */ XTREG( 0, 0,32, 4, 4,0x0020,0x0006,-2, 9,0x0100,pc, 0,0,0,0,0,0) @@ -213,9 +213,4 @@ xtensa_register_t rmap[] = XTREG_END }; - - -#ifdef XTENSA_CONFIG_INSTANTIATE -XTENSA_CONFIG_INSTANTIATE(rmap,0) -#endif - +xtensa_gdbarch_tdep xtensa_tdep (rmap); |