From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: eliz@is.elta.co.il Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Unified watchpoints for x86 platforms Date: Sat, 17 Mar 2001 15:20:00 -0000 Message-id: <200103172251.f2HMpBl09590@delius.kettenis.local> References: <200103141310.f2EDAnZ04186@debye.wins.uva.nl> <200103171718.MAA13071@indy.delorie.com> X-SW-Source: 2001-03/msg00329.html Date: Sat, 17 Mar 2001 12:18:02 -0500 (EST) From: Eli Zaretskii Okay, I think the new patch below addresses all the issues raised in this thread. It supercedes the previous patches I posted. Thanks for addressing my objections. However... ... config/i386/nm-i386v.h is really for System V-ish systems only, and not a generic i386 file (the comment on the first line of that file is a misleading). So the stuff you're adding there doesn't really belong there. Therefore I think it's best to create a new config/i386/nm-i386.h file and put your stuff there instead. With these changes you can consider your patch approved. You'll want to update your doc patch accordingly. Mark PS I'll take care of the necessary changes to make Linux/x86 and FreeBSD/i386 use the new code.