jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / gdb / arch / xtensa.h
index 2c328c89709e0bcd386f223069a70b1e916ed985..9a6fa33fb6390050e4b6929f97ae6ac36a1444a5 100644 (file)
@@ -1,6 +1,6 @@
 /* Common Target-dependent code for the Xtensa port of GDB, the GNU debugger.
 
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,8 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef XTENSA_H
-#define XTENSA_H
+#ifndef ARCH_XTENSA_H
+#define ARCH_XTENSA_H
 
 /* Xtensa ELF core file register set representation ('.reg' section).
    Copied from target-side ELF header <xtensa/elf.h>.  */
@@ -43,4 +43,6 @@ typedef struct
 #define XTENSA_ELF_NGREG (sizeof (xtensa_elf_gregset_t) \
                          / sizeof (xtensa_elf_greg_t))
 
-#endif
+#define C0_NREGS   16  /* Number of A-registers to track in call0 ABI.  */
+
+#endif /* ARCH_XTENSA_H */
This page took 0.026354 seconds and 4 git commands to generate.