aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-08-22 15:31:12 +0000
committerTom Tromey <tromey@redhat.com>2012-08-22 15:31:12 +0000
commit6b81941e358ef95a24d90b971dd05f6c30dfa9a7 (patch)
treeb26940e2b9b05fa33f60aa5b2a4a9f169bc9f859 /gdb/progspace.c
parent8e260fc026e568894546d065e63ecec2c346f6a4 (diff)
downloadfsf-binutils-gdb-6b81941e358ef95a24d90b971dd05f6c30dfa9a7.zip
fsf-binutils-gdb-6b81941e358ef95a24d90b971dd05f6c30dfa9a7.tar.gz
fsf-binutils-gdb-6b81941e358ef95a24d90b971dd05f6c30dfa9a7.tar.bz2
* registry.h (struct registry_fields): New.
(REGISTRY_FIELDS): Redefine. (REGISTRY_ACCESS_FIELD): New macro. (DEFINE_REGISTRY): Add ACCESS argument. Update defined functions.
Diffstat (limited to 'gdb/progspace.c')
-rw-r--r--gdb/progspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/progspace.c b/gdb/progspace.c
index 6498738..db8c5a3 100644
--- a/gdb/progspace.c
+++ b/gdb/progspace.c
@@ -42,7 +42,7 @@ static int highest_address_space_num;
/* Keep a registry of per-program_space data-pointers required by other GDB
modules. */
-DEFINE_REGISTRY (program_space)
+DEFINE_REGISTRY (program_space, REGISTRY_ACCESS_FIELD)