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]

[commit] [patch 01/12] entryval#3: reshuffle: More TYPE_CODE_FUNC specific space


On Thu, 29 Sep 2011 21:47:15 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Code reshuffle.
> 	* gdb-gdb.py (StructMainTypePrettyPrinter): Change
> 	TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.  Move
> 	calling_convention under func_stuff there.
> 	* gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
> 	(init_type) <TYPE_CODE_FUNC>: Likewise.
> 	(recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
> 	TYPE_SPECIFIC_FUNC.  New comment for tail_call_list.
> 	* gdbtypes.h (enum type_specific_kind): Change
> 	TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
> 	(struct main_type) <type_specific>: Change calling_convention to
> 	func_stuff.  Move calling_convention to ...
> 	(struct func_type): ... this new struct.
> 	(INIT_FUNC_SPECIFIC): New #define.
> 	(TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-10/msg00056.html


Thanks,
Jan


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