diff options
author | Mike Stump <mikestump@comcast.net> | 2010-09-29 17:29:35 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2010-09-29 17:29:35 +0000 |
commit | 48b3f0a0dc33c80390c2fa18ad706876cf1d458d (patch) | |
tree | fd123e492d95b3e26dee65d7d0a78be12dec4fc8 | |
parent | 006097f4c59a570d5a6540739d4133bc52097155 (diff) | |
download | gcc-48b3f0a0dc33c80390c2fa18ad706876cf1d458d.tar.gz |
darwin.h (flag_mkernel): Remove.
* config/darwin.h (flag_mkernel): Remove.
(flag_apple_kext): Likewise.
From-SVN: r164727
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/darwin.h | 2 |
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 |