From c85419665bcce175400fe8b7534a37368ca604a9 Mon Sep 17 00:00:00 2001 From: Markus Deuling Date: Wed, 7 Nov 2007 06:44:50 +0000 Subject: 2007-11-07 Markus Deuling * xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove. --- gdb/xtensa-tdep.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/xtensa-tdep.h') 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. */ -- cgit v1.1