From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Jiri Smid , gdb-patches@sources.redhat.com Subject: Re: [RFA]: x86_64 target files Date: Thu, 02 Aug 2001 09:43:00 -0000 Message-id: <1010802164104.ZM12659@ocotillo.lan> References: X-SW-Source: 2001-08/msg00037.html 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/ Also, I am curious about the reasons for having two *-nat.c files. I think that x86_64-linux-nat.c is fine, but I noticed that the presumably more generic x86_64-nat.c still has ptrace() calls in it. It seems to me that it may be difficult for other operating systems (such as those which don't use ptrace()) to make use of this file. Kevin