summaryrefslogtreecommitdiff
path: root/gdb/regset.h
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2014-05-13 11:05:57 +0000
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-05-21 17:49:15 +0200
commit09424cff8c26073312e0bdc342989a955c766e31 (patch)
treee219a564fa56a47ef17b5d75cc47373d9a8b64c4 /gdb/regset.h
parent3ca7dae4ddfb3363458d866428e45fb5e9b6914b (diff)
downloadbinutils-gdb-09424cff8c26073312e0bdc342989a955c766e31.tar.gz
Remove 'arch' field from regset structure.
Removes the 'arch' field from the regset structure, since it represents the only "dynamic" data in a regset. It was referenced in some regset supply- and collect routines, to get access to the gdbarch associated with the regset. Naturally, the affected routines always have access to the regcache to be supplied to or collected from. Thus the gdbarch associated with that regcache can be used instead.
Diffstat (limited to 'gdb/regset.h')
-rw-r--r--gdb/regset.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/regset.h b/gdb/regset.h
index fe804cc295d..f1a6e241d96 100644
--- a/gdb/regset.h
+++ b/gdb/regset.h
@@ -50,9 +50,6 @@ struct regset
/* Function collecting values in a register set from a register cache. */
collect_regset_ftype *collect_regset;
-
- /* Architecture associated with the register set. */
- struct gdbarch *arch;
};
/* Allocate a fresh 'struct regset' whose supply_regset function is