From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Unified watchpoints for x86 platforms Date: Sun, 18 Mar 2001 00:58:00 -0000 Message-id: References: <200103172251.f2HMpBl09590@delius.kettenis.local> X-SW-Source: 2001-03/msg00333.html On Sat, 17 Mar 2001, Mark Kettenis wrote: > ... 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). Not only is the comment misleading, but it looks like all the x86 targets include nm-i386v.h, so it is definitely used like a generic i386 file! > Therefore I think it's best to create a new config/i386/nm-i386.h > file and put your stuff there instead. Should I make nm-i386v.h include nm-i386.h, then?