summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-29 17:29:35 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-29 17:29:35 +0000
commitf565db3923c690db8ba51120ec0af8c91b91e48b (patch)
treefd123e492d95b3e26dee65d7d0a78be12dec4fc8
parent28d51ed482557217213a543182b6ffc0678f718f (diff)
downloadgcc-f565db3923c690db8ba51120ec0af8c91b91e48b.tar.gz
* config/darwin.h (flag_mkernel): Remove.
(flag_apple_kext): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164727 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/darwin.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5c202ca8d80..13904d954bc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-29 Mike Stump <mikestump@comcast.net>
+
+ * config/darwin.h (flag_mkernel): Remove.
+ (flag_apple_kext): Likewise.
+
2010-09-29 Joseph Myers <joseph@codesourcery.com>
Jack Howarth <howarth@bromo.med.uc.edu>
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index f0ff9010b93..220f46a8b57 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -1052,8 +1052,6 @@ __enable_execute_stack (void *addr) \
/* For Apple KEXTs, we make the constructors return this to match gcc
2.95. */
#define TARGET_CXX_CDTOR_RETURNS_THIS (darwin_kextabi_p)
-extern int flag_mkernel;
-extern int flag_apple_kext;
#define TARGET_KEXTABI flag_apple_kext
#define TARGET_HAS_TARGETCM 1