mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Remove unused HP-UX TARGET_OBJECT_ enums
These two enumerators are unused, remove them. gdb/ChangeLog: * target.h (enum target_object) <TARGET_OBJECT_HPUX_UREGS, TARGET_OBJECT_HPUX_SOLIB_GOT>: Remove.
This commit is contained in:
@ -181,15 +181,6 @@ enum target_object
|
||||
TARGET_OBJECT_THREADS,
|
||||
/* Collected static trace data. */
|
||||
TARGET_OBJECT_STATIC_TRACE_DATA,
|
||||
/* The HP-UX registers (those that can be obtained or modified by using
|
||||
the TT_LWP_RUREGS/TT_LWP_WUREGS ttrace requests). */
|
||||
TARGET_OBJECT_HPUX_UREGS,
|
||||
/* The HP-UX shared library linkage pointer. ANNEX should be a string
|
||||
image of the code address whose linkage pointer we are looking for.
|
||||
|
||||
The size of the data transfered is always 8 bytes (the size of an
|
||||
address on ia64). */
|
||||
TARGET_OBJECT_HPUX_SOLIB_GOT,
|
||||
/* Traceframe info, in XML format. */
|
||||
TARGET_OBJECT_TRACEFRAME_INFO,
|
||||
/* Load maps for FDPIC systems. */
|
||||
|
Reference in New Issue
Block a user