diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-05-07 11:08:54 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-05-07 11:32:33 -0400 |
commit | 7aa913136675f4b81cd3a548e44bbdab6185abed (patch) | |
tree | d047a7bd99cb3ebf0cf0a89f4062aa4c96fc24f5 /gdb/python/python-config.py | |
parent | 5c54719c22b14f526e72be39a793657ac73d36c5 (diff) | |
download | binutils-7aa913136675f4b81cd3a548e44bbdab6185abed.zip binutils-7aa913136675f4b81cd3a548e44bbdab6185abed.tar.gz binutils-7aa913136675f4b81cd3a548e44bbdab6185abed.tar.bz2 |
gdb: make remove_dyn_prop a method of struct type
Move remove_dyn_prop, currently a free function, to be a method of
struct type.
gdb/ChangeLog:
* gdbtypes.h (struct type) <remove_dyn_prop>: New method.
(remove_dyn_prop): Remove. Update all users to use
type::remove_dyn_prop.
* gdbtypes.c (remove_dyn_prop): Rename to...
(type::remove_dyn_prop): ... this.
Diffstat (limited to 'gdb/python/python-config.py')
0 files changed, 0 insertions, 0 deletions