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]
Other format: [Raw text]

[COMMIT] Get rid of xm-cygwin.h


[Oops, forgot to send this last wednesday.]

We always include "fopen-bin.h" now, and CRLF_SOURCE_FILES is gone
too.  So this is obvious!

Eli, any chance you can get rid of xm-go32.h too?  Overriding gdbinit
from within go32-nat.c seems like an options for me.

Mark

2005-05-04  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/cygwin.mh (XM_FILE): Remove variable.
	* config/i386/xm-cygwin.h: Remove file.

Index: config/i386/cygwin.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/cygwin.mh,v
retrieving revision 1.6
diff -u -p -r1.6 cygwin.mh
--- config/i386/cygwin.mh	4 Feb 2002 11:00:10 -0000	1.6
+++ config/i386/cygwin.mh	4 May 2005 16:24:23 -0000
@@ -1,5 +1,4 @@
 MH_CFLAGS=
-XM_FILE=xm-cygwin.h
 NATDEPFILES= i386-nat.o win32-nat.o corelow.o
 NAT_FILE=nm-cygwin.h
 XM_CLIBS=


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