This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA Darwin]: Remove unused darwin.defs file
- From: Tristan Gingold <gingold at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 6 Jul 2009 10:54:34 +0200
- Subject: [RFA Darwin]: Remove unused darwin.defs file
Hi,
darwin.defs file is not used anymore as now darwin-nat.c manually decodes
mach messages. This patch remove this file and the associated targets.
Tristan.
2009-07-06 Tristan Gingold <gingold@adacore.com>
* config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
Remove excServer.c target. Remove _all target.
* darwin.defs: Removed.
Index: config/i386/darwin.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/darwin.mh,v
retrieving revision 1.1
diff -u -p -r1.1 darwin.mh
--- config/i386/darwin.mh 27 Nov 2008 09:23:01 -0000 1.1
+++ config/i386/darwin.mh 6 Jul 2009 08:54:20 -0000
@@ -1,10 +1,4 @@
# Host: IA86 running Darwin
-NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \
+NATDEPFILES = fork-child.o machoread.o darwin-nat.o \
i386-darwin-nat.o i386-nat.o amd64-nat.o darwin-nat-info.o
-
-# Trick so that excServer.c is not the default target!
-_all: all
-
-excServer.c: darwin.defs
- /usr/bin/mig -I. $<