diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2014-03-28 17:21:39 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-05-21 17:49:16 +0200 |
commit | b7611c43bf5dcdc84b4432fccef22247af11449e (patch) | |
tree | abf3db97aa7c9223314c5e3b56d7d206b0543fcb /gdb/arm-tdep.h | |
parent | a069a2bdaba95561f9d930ff4ae4b4f60a43283e (diff) | |
download | gdb-b7611c43bf5dcdc84b4432fccef22247af11449e.zip gdb-b7611c43bf5dcdc84b4432fccef22247af11449e.tar.gz gdb-b7611c43bf5dcdc84b4432fccef22247af11449e.tar.bz2 |
ARM: Replace regset_alloc() invocations by static regset structures.
After removal of the regset_alloc invocations, the appropriate tdep
fields become obsolete and are thus removed.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index f8ba122..29669d0 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -193,9 +193,6 @@ struct gdbarch_tdep /* Convention for returning structures. */ enum struct_return struct_return; - /* Cached core file helpers. */ - struct regset *gregset, *fpregset, *vfpregset; - /* ISA-specific data types. */ struct type *arm_ext_type; struct type *neon_double_type; |