aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-03-10 15:19:42 +0000
committerAndrew Burgess <aburgess@redhat.com>2023-03-13 21:51:04 +0000
commit350796840f7058bd0bdb4a3be2343014c3704de1 (patch)
tree2926c19ae46d7456294de795e7b274b91dfef2fd /gdb/python
parent6e2d282d74bfd961e64348199b92beb1cb648f6a (diff)
downloadbinutils-350796840f7058bd0bdb4a3be2343014c3704de1.zip
binutils-350796840f7058bd0bdb4a3be2343014c3704de1.tar.gz
binutils-350796840f7058bd0bdb4a3be2343014c3704de1.tar.bz2
gdbarch: use predefault for more value components within gdbarch
For some reason the following value components of gdbarch: bfloat16_format half_format float_format double_format long_double_format so_ops All use a postdefault but no predefault to set the default value for the component. As the postdefault values for these components are all constant pointers that don't depend on other fields within the gdbarch, then I don't see any reason why we couldn't use a predefault instead. So lets do that. Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions