summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-08-22 15:31:10 +0000
committerTom Tromey <tromey@redhat.com>2012-08-22 15:31:10 +0000
commitc4780b7ad5baaee7a84bef83839b4ca43156387e (patch)
treecbac853c43e75f509e1de18ddf87e68eaa23883f /gdb/objfiles.c
parentb786bc9853154980d210b688c850b081fc14f22e (diff)
downloadgdb-c4780b7ad5baaee7a84bef83839b4ca43156387e.tar.gz
* 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/objfiles.c')
-rw-r--r--gdb/objfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index b33a0cf4499..57dd5946350 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -58,7 +58,7 @@
/* Keep a registry of per-objfile data-pointers required by other GDB
modules. */
-DEFINE_REGISTRY (objfile)
+DEFINE_REGISTRY (objfile, REGISTRY_ACCESS_FIELD)
/* Externally visible variables that are owned by this module.
See declarations in objfile.h for more info. */