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]

Re: [RFA]: x86_64 target files


> Jiri,
> 
> I haven't looked closely at your patch, but one of the things that I
> did notice is that your target is not multi-arched.  I am fairly certain
> that this will need to be done before your changes will be accepted.
> 
> For more information, see
> 
>     http://sources.redhat.com/gdb/papers/multi-arch/


Yes, that is correct.  All new targets need to use the multi-arch framework.

In general the target should be broken down into two parts:

	o	the generic target code
		which is typically purely multi-arch
		(i.e. no macros at all)

	o	the nat stuff (which I tend to have
		little intereest in :-)

Andrew


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