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: [RFA] W.I.P. AltiVec ppc registers support.


>> Nothing that abstracted.  I copy the necessary type definitions and
>> constants from target headers; they are "relatively" guaranteed never
>> to change.  It's a mess.
> 
> 
> How does the "cross" part of it work then?  Won't the sizes of the
> fundamental types, struct alignment, etc. change depending upon
> which host you compile it on?

Um, isn't this exactly the same problem as for shared libraries?  There 
the target stuff is described/coded in a host independant way.

Andrew



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