diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2014-03-31 09:07:42 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-05-21 17:49:17 +0200 |
commit | 8fea322418c158d096d930c0d0057c684f1fc7ca (patch) | |
tree | 8b231f0d499a87c4687af366998414ee8d302806 /gdb/score-tdep.h | |
parent | 245342432eaccc1cb2375af4ce0bd8a636c411aa (diff) | |
download | binutils-gdb-8fea322418c158d096d930c0d0057c684f1fc7ca.tar.gz |
SCORE: Replace regset_alloc() invocation by a static regset structure.
Since this changes makes the only member of the tdep structure
obsolete, the tdep structure is removed.
Diffstat (limited to 'gdb/score-tdep.h')
-rw-r--r-- | gdb/score-tdep.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/score-tdep.h b/gdb/score-tdep.h index b34f5a9c381..02a334ebffe 100644 --- a/gdb/score-tdep.h +++ b/gdb/score-tdep.h @@ -49,13 +49,6 @@ enum gdb_regnum /* Forward declarations. */ struct regset; -/* Target-dependent structure in gdbarch */ -struct gdbarch_tdep -{ - /* Cached core file helpers. */ - struct regset *gregset; -}; - /* Linux Core file support (dirty hack) S+core Linux register set definition, copy from S+core Linux. */ |