gdb: remove TYPE_FIELD_STATIC_PHYSADDR
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 27 Sep 2021 01:07:04 +0000 (21:07 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 29 Oct 2021 20:44:45 +0000 (16:44 -0400)
commite06c3e112eefd357b2531b53d0d8e87619fceb95
tree926ac85e89d2d2d0af6c9b1b9376dd57d63feedd
parentfcbbbd90f04a137e92681d6c6dcbea95688b0c5a
gdb: remove TYPE_FIELD_STATIC_PHYSADDR

Remove TYPE_FIELD_STATIC_PHYSADDR replace with type::field +
field::loc_physaddr.

Change-Id: Ica9bc4a48f34750ec82ec86c298d3ecece81bcbd
gdb/ax-gdb.c
gdb/compile/compile-cplus-types.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/value.c