aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-10-13 21:35:19 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-10-13 21:35:19 +0000
commitee4ae28594ba1de415c4611eb5ac741a684fe913 (patch)
tree61c158ab194075524904cfe6e1e63cdc0e7b425f /gcc/config/darwin.h
parent5793c070d16769b5f51b65ef13189ff2b2e94d36 (diff)
downloadgcc-ee4ae28594ba1de415c4611eb5ac741a684fe913.zip
gcc-ee4ae28594ba1de415c4611eb5ac741a684fe913.tar.gz
gcc-ee4ae28594ba1de415c4611eb5ac741a684fe913.tar.bz2
darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2006-10-13 Eric Christopher <echristo@apple.com> * config/darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. From-SVN: r117710
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 6817dc8..050eec9 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -837,6 +837,8 @@ enum machopic_addr_class {
/* Handle pragma weak and pragma pack. */
#define HANDLE_SYSV_PRAGMA 1
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
+
#define DARWIN_REGISTER_TARGET_PRAGMAS() \
do { \
c_register_pragma (0, "mark", darwin_pragma_ignore); \