mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
gdb: remove TYPE_DYN_PROP_ADDR
Remove TYPE_DYN_PROP_ADDR, replacing its uses with calling dynamic_prop::const_val directly. gdb/ChangeLog: * gdbtypes.h (TYPE_DYN_PROP_ADDR): Remove, replace uses with dynamic_prop::const_val. Change-Id: Ie99b9cd9a0627488c1c69a75e57f020d34e392af
This commit is contained in:
@ -1635,10 +1635,6 @@ extern bool set_type_align (struct type *, ULONGEST);
|
||||
#define TYPE_ASSOCIATED_PROP(thistype) \
|
||||
((thistype)->dyn_prop (DYN_PROP_ASSOCIATED))
|
||||
|
||||
/* Attribute accessors for dynamic properties. */
|
||||
#define TYPE_DYN_PROP_ADDR(dynprop) \
|
||||
(dynprop->const_val ())
|
||||
|
||||
/* C++ */
|
||||
|
||||
#define TYPE_SELF_TYPE(thistype) internal_type_self_type (thistype)
|
||||
|
Reference in New Issue
Block a user