]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/valprint.c
gdb: remove TYPE_FIELD_ENUMVAL
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 26 Sep 2021 20:38:02 +0000 (16:38 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 29 Oct 2021 20:44:45 +0000 (16:44 -0400)
commit970db5186051c051d9c5bd1f7ed404902b96fa80
treeec3f149b291e22c532b6b61367fd9b2abcdff0e4
parentb610c04548a39dbce6d51c33d7a8125e59066939
gdb: remove TYPE_FIELD_ENUMVAL

Remove TYPE_FIELD_ENUMVAL, replace with type::field +
field::loc_enumval.

Change-Id: I2ada73e4635aad3363ce2eb22c1dc52698ee2072
15 files changed:
gdb/ada-lang.c
gdb/ada-typeprint.c
gdb/ada-valprint.c
gdb/c-typeprint.c
gdb/compile/compile-c-types.c
gdb/compile/compile-cplus-types.c
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/m2-typeprint.c
gdb/p-typeprint.c
gdb/python/py-type.c
gdb/typeprint.c
gdb/valops.c
gdb/valprint.c