Files
binutils-gdb/gdb/dwarf2
Simon Marchi ceacbf6edf gdb: remove TYPE_FIELD macro
Replace all uses of it by type::field.

Note that since type::field returns a reference to the field, some spots
are used to assign the whole field structure.  See ctfread.c, function
attach_fields_to_type, for example.  This is the same as was happening
with the macro, so I don't think it's a problem, but if anybody sees a
really nicer way to do this, now could be a good time to implement it.

gdb/ChangeLog:

	* gdbtypes.h (TYPE_FIELD): Remove.  Replace all uses with
	type::field.
2020-05-23 17:39:54 -04:00
..
2020-03-31 07:29:53 -06:00
2020-02-08 13:43:24 -07:00
2020-03-26 09:28:26 -06:00
2020-03-26 09:28:09 -06:00
2020-03-26 09:28:09 -06:00
2020-05-14 13:46:38 -04:00
2020-02-08 13:40:59 -07:00
2020-05-20 07:59:00 +09:30
2020-02-08 13:43:24 -07:00
2020-02-08 13:43:24 -07:00
2020-03-26 09:28:20 -06:00
2020-03-26 09:28:20 -06:00
2020-05-14 13:46:38 -04:00
2020-05-23 17:39:54 -04:00