This is the mail archive of the gdb-patches@sources.redhat.com 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: [commit] Changes for architecture type vector in Ada


> From: Paul Hilfinger <hilfingr@gnat.com>
> Date: Sat, 18 Sep 2004 18:37:38 -0400 (EDT)
> 
> 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
> 	
> 	* ada-exp.y (type_int): New function to add layer of abstraction
> 	around references to expression types.
> 	(type_long): Ditto.
> 	(type_long_long): Ditto.
> 	(type_float): Ditto.
> 	(type_double): Ditto.
> 	(type_long_double): Ditto.
> 	(type_char): Ditto.
> 	(type_system_address): Ditto.

In the future, I suggest to use a more efficient way of saying
something about a bunch of functions:

	* ada-exp.y (type_int, type_long, type_long_long, type_float)
	(type_double, type_long_double, type_char, type_system_address):
	New functions to add layer of abstraction around references to
	expression types.

TIA


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