aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gcc.gnu.org>2006-09-07 21:07:24 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-09-07 21:07:24 +0000
commit05d36da1b4454bd57001b65f286f3bebbb79f9f2 (patch)
treefc899ef900e2ae26e00b6a3edd2a7019b1f4e8c5 /gcc/config/darwin.h
parent7d07f09c8a8fea721afb278efe9650a3ed3ce75d (diff)
downloadgcc-05d36da1b4454bd57001b65f286f3bebbb79f9f2.zip
gcc-05d36da1b4454bd57001b65f286f3bebbb79f9f2.tar.gz
gcc-05d36da1b4454bd57001b65f286f3bebbb79f9f2.tar.bz2
darwin.h (HANDLE_SYSV_PRAGMA): Move from here...
2006-09-07 Eric Christopher <echristo@apple.com> * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Move from here... * config/darwin.h: ... to here. From-SVN: r116762
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 941f60b..f2140da 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -825,6 +825,9 @@ enum machopic_addr_class {
#undef TARGET_ASM_NAMED_SECTION
#define TARGET_ASM_NAMED_SECTION darwin_asm_named_section
+/* Handle pragma weak and pragma pack. */
+#define HANDLE_SYSV_PRAGMA 1
+
#define DARWIN_REGISTER_TARGET_PRAGMAS() \
do { \
c_register_pragma (0, "mark", darwin_pragma_ignore); \