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]

[rfa] NetBSD/PowerPC doesn't need xm.h


Hello,

Assuming that the other patches are accepted, this patch removes xm.h 
from the NetBSD/PowerPC host configuration.

This is probably a good host/target to work with since it isn't 
mainstream and consequently won't hurt anything like the more important 
GNU systems.

Ok?
	Andrew

PS: There are several follow-on's to this - HOST_BYTE_ORDER can also be 
eliminated.

2001-06-29  Andrew Cagney  <ac131313@redhat.com>

	* config/powerpc/nbsd.mh (XM_FILE): Delete.

Index: config/powerpc/nbsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/nbsd.mh,v
retrieving revision 1.6
diff -p -r1.6 nbsd.mh
*** nbsd.mh	2001/03/10 06:17:23	1.6
--- nbsd.mh	2001/06/29 17:43:34
***************
*** 1,5 ****
  # Host: PowerPC, running NetBSD
  XDEPFILES=
  NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ppcnbsd-nat.o solib.o solib-svr4.o solib-legacy.o
- XM_FILE= xm-nbsd.h
  NAT_FILE= nm-nbsd.h
--- 1,4 ----

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