Files
binutils-gdb/gdb/dwarf2
Simon Marchi 67607e24d0 gdb: add type::code / type::set_code
Add the code and set_code methods on code, in order to remove the
TYPE_CODE macro.  In this patch, the TYPE_CODE macro is changed to use
type::code, so all the call sites that are used to set the type code are
changed to use type::set_code.  The next patch will remove TYPE_CODE
completely.

gdb/ChangeLog:

	* gdbtypes.h (struct type) <code, set_code>: New methods.
	(TYPE_CODE): Use type::code.  Change all call sites used to set
	the code to use type::set_code instead.
2020-05-14 13:45:40 -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-02-08 13:40:59 -07:00
2020-02-08 13:40:59 -07:00
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:45:40 -04:00