gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel
[deliverable/binutils-gdb.git] / gdb / arch / xtensa.h
index 6a78c961bfaf17a63bfdd5f3c9ea12b7d4578b6d..9a6fa33fb6390050e4b6929f97ae6ac36a1444a5 100644 (file)
@@ -1,6 +1,6 @@
 /* Common Target-dependent code for the Xtensa port of GDB, the GNU debugger.
 
-   Copyright (C) 2003-2015 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.024009 seconds and 4 git commands to generate.