aboutsummaryrefslogtreecommitdiff
path: root/gdb/xtensa-tdep.h
diff options
context:
space:
mode:
authorMarkus Deuling <deuling@de.ibm.com>2007-11-07 06:44:50 +0000
committerMarkus Deuling <deuling@de.ibm.com>2007-11-07 06:44:50 +0000
commitc85419665bcce175400fe8b7534a37368ca604a9 (patch)
tree16a33157e66a1bcfa3026e58c628fc2a96001c05 /gdb/xtensa-tdep.h
parent8fe9ea88f1c1a9466af1a78a3219b9e4d15a2e26 (diff)
downloadfsf-binutils-gdb-c85419665bcce175400fe8b7534a37368ca604a9.zip
fsf-binutils-gdb-c85419665bcce175400fe8b7534a37368ca604a9.tar.gz
fsf-binutils-gdb-c85419665bcce175400fe8b7534a37368ca604a9.tar.bz2
2007-11-07 Markus Deuling <deuling@de.ibm.com>
* xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove.
Diffstat (limited to 'gdb/xtensa-tdep.h')
-rw-r--r--gdb/xtensa-tdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/xtensa-tdep.h b/gdb/xtensa-tdep.h
index 3f8b8cb..81de7cd 100644
--- a/gdb/xtensa-tdep.h
+++ b/gdb/xtensa-tdep.h
@@ -105,9 +105,6 @@ typedef struct
xtensa_elf_greg_t ar[0]; /* variable size (per config). */
} xtensa_elf_gregset_t;
-#define SIZEOF_GREGSET (sizeof (xtensa_elf_gregset_t) + gdbarch_tdep (current_gdbarch)->num_aregs * 4)
-#define XTENSA_ELF_NGREG (SIZEOF_GREGSET / sizeof(xtensa_elf_greg_t))
-
/* Mask. */