aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin.defs
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-07-07 07:47:22 +0000
committerTristan Gingold <gingold@adacore.com>2009-07-07 07:47:22 +0000
commit02b96ddcb672ebc67e2c02a3324a40c00283781c (patch)
treefc901bc1a033b27bbb7c76a09a12291791359177 /gdb/darwin.defs
parent2fc6d3b01285cee9613f9c52c08b57e91b4f01f6 (diff)
downloadgdb-02b96ddcb672ebc67e2c02a3324a40c00283781c.zip
gdb-02b96ddcb672ebc67e2c02a3324a40c00283781c.tar.gz
gdb-02b96ddcb672ebc67e2c02a3324a40c00283781c.tar.bz2
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.
Diffstat (limited to 'gdb/darwin.defs')
-rw-r--r--gdb/darwin.defs6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/darwin.defs b/gdb/darwin.defs
deleted file mode 100644
index d7b5f0d..0000000
--- a/gdb/darwin.defs
+++ /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