summaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-07 09:50:41 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-07 09:50:41 +0000
commite012852a9958f732e79d687fc712ec3aba597198 (patch)
tree02ceca5e2e0d21e02d7b8d1646d6edeb5cd8db9a /gdb/target.h
parent616e118a7e18a8eef32b846b7e9d7d4197cec627 (diff)
downloadgdb-e012852a9958f732e79d687fc712ec3aba597198.tar.gz
Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIX
More consistent with the name of other similar object names. gdb/ChangeLog: * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]: Renames TARGET_OBJECT_AIX_LIBRARIES. * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with TARGET_OBJECT_LIBRARIES_AIX throughout. * solib-aix.c: Likwise.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h
index d77bcf27ee2..8e650cf4790 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -262,7 +262,7 @@ enum target_object
/* Currently loaded libraries specific for SVR4 systems, in XML format. */
TARGET_OBJECT_LIBRARIES_SVR4,
/* Currently loaded libraries specific to AIX systems, in XML format. */
- TARGET_OBJECT_AIX_LIBRARIES,
+ TARGET_OBJECT_LIBRARIES_AIX,
/* Get OS specific data. The ANNEX specifies the type (running
processes, etc.). The data being transfered is expected to follow
the DTD specified in features/osdata.dtd. */