Commit ee4ae285 by Eric Christopher Committed by Eric Christopher

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
parent 5793c070
2006-10-13 Eric Christopher <echristo@apple.com>
* config/darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2006-10-13 Carlos O'Donell <carlos@codesourcery.com> 2006-10-13 Carlos O'Donell <carlos@codesourcery.com>
Revert this change: Revert this change:
......
...@@ -837,6 +837,8 @@ enum machopic_addr_class { ...@@ -837,6 +837,8 @@ enum machopic_addr_class {
/* Handle pragma weak and pragma pack. */ /* Handle pragma weak and pragma pack. */
#define HANDLE_SYSV_PRAGMA 1 #define HANDLE_SYSV_PRAGMA 1
#define HANDLE_PRAGMA_PACK_PUSH_POP 1
#define DARWIN_REGISTER_TARGET_PRAGMAS() \ #define DARWIN_REGISTER_TARGET_PRAGMAS() \
do { \ do { \
c_register_pragma (0, "mark", darwin_pragma_ignore); \ c_register_pragma (0, "mark", darwin_pragma_ignore); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment