diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index d77bcf2..8e650cf 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. */ |