2009-07-07 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Tue, 7 Jul 2009 07:47:22 +0000 (07:47 +0000)
committerTristan Gingold <gingold@adacore.com>
Tue, 7 Jul 2009 07:47:22 +0000 (07:47 +0000)
* config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
Remove excServer.c target.  Remove _all target.
* darwin.defs: Removed.

gdb/ChangeLog
gdb/config/i386/darwin.mh
gdb/darwin.defs [deleted file]

index eebe9fc..ce55976 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-07  Tristan Gingold  <gingold@adacore.com>
+
+       * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
+       Remove excServer.c target.  Remove _all target.
+       * darwin.defs: Removed.
+
 2009-07-06  Aleksandar Ristovski  <aristovski@qnx.com>
 
        * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
index ed49d7d..cd7f248 100644 (file)
@@ -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. $<
diff --git a/gdb/darwin.defs b/gdb/darwin.defs
deleted file mode 100644 (file)
index d7b5f0d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "config.h"
-#ifdef HAVE_64_BIT_MACH_EXCEPTIONS
-#import <mach/mach_exc.defs>
-#else
-#import <mach/exc.defs>
-#endif