aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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 5c202ca..13904d9 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 f0ff901..220f46a 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