darwin.h (flag_mkernel): Remove.

* config/darwin.h (flag_mkernel): Remove.
	(flag_apple_kext): Likewise.

From-SVN: r164727
This commit is contained in:
Mike Stump 2010-09-29 17:29:35 +00:00 committed by Mike Stump
parent 006097f4c5
commit 48b3f0a0dc
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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