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] multi-arch builtin-types #2 of N, language.h


On Tue, Jul 27, 2004 at 10:55:18PM -0400, Andrew Cagney wrote:
> Hello,
> 
> This is part two of getting the builtin_types multi-arched.
> 
> It adds the function la_language_arch_info(gdbarch) to the language 
> vector.  This function returns the architecture dependant info (so far 
> string_char_type and the vector of primative types).  It then modifies 
> the generic (auto, minimal) languages vectors to use this.
> 
> The other vectors can follow.
> 
> Joel, more things for your list: add language_ada to that enum and 
> update ada to use this :-)

One correction: primative_type_vector: It's spelled "primitive".

Would you mind explaining where this is going - maybe give an example
of what it will be used for?  It's not clear from the patch.

-- 
Daniel Jacobowitz


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