diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 850cb38..ed2bcdd 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -280,7 +280,9 @@ enum target_object /* Load maps for FDPIC systems. */ TARGET_OBJECT_FDPIC, /* Darwin dynamic linker info data. */ - TARGET_OBJECT_DARWIN_DYLD_INFO + TARGET_OBJECT_DARWIN_DYLD_INFO, + /* OpenVMS Unwind Information Block. */ + TARGET_OBJECT_OPENVMS_UIB /* Possible future objects: TARGET_OBJECT_FILE, ... */ }; |