From ef6f3a8b1fb50e7db99538f955879515ad6c9657 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Fri, 2 Oct 1992 05:50:17 +0000 Subject: Rs6000 native support. * infptrace.c: remove #ifdef USG from around include ptrace.h. machines without this header should not be compiling this file. * nm-rs6000.h, rs6000-nat.c: new files for native support. * rs6000-tdep.c: do not include sys/ptrace.h or sys/reg.h. * rs6000-xdep.c: removed. all code now in rs6000-nat.c. * xm-rs6000.h: do not include ptrace.h. (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nm-rs6000.h. * config/rs6000.mh (XDEPFILES): removed rs6000-xdep.o. infptrace.o and inftarg.o move to NATDEPFIES. (NAT_FILE, NATDEPFILES): new macro for native support. --- gdb/config/rs6000.mh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index f6682f4..ca3a55c 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -17,8 +17,10 @@ # along with GDB; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -XDEPFILES= infptrace.o inftarg.o fork-child.o rs6000-xdep.o +XDEPFILES= fork-child.o XM_FILE= xm-rs6000.h +NAT_FILE= nm-rs6000.h +NATDEPFILES= infptrace.o inftarg.o rs6000-nat.o # When compiled with cc, for debugging, this argument should be passed. # We have no idea who our current compiler is though, so we skip it. -- cgit v1.1