This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Constify arch_type and friends


Tom Tromey <tom@tromey.com> writes:

> 2016-06-06  Tom Tromey  <tom@tromey.com>
>
> 	* gdbtypes.c (arch_type, arch_integer_type, arch_character_type)
> 	(arch_boolean_type, arch_float_type, arch_complex_type)
> 	(arch_flags_type, append_flags_type_field)
> 	(append_flags_type_flag, arch_composite_type)
> 	(append_composite_type_field_raw)
> 	(append_composite_type_field_aligned)
> 	(append_composite_type_field): Make "name" parameter const.
> 	* gdbtypes.h (arch_type, arch_integer_type, arch_character_type)
> 	(arch_boolean_type, arch_float_type, arch_complex_type)
> 	(append_composite_type_field, append_composite_type_field_aligned)
> 	(append_composite_type_field_raw, arch_flags_type)
> 	(append_flags_type_field, append_flags_type_flag): Constify.

Patch is good to me.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]