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
This commit is contained in:
Eric Christopher 2006-10-13 21:35:19 +00:00 committed by Eric Christopher
parent 5793c070d1
commit ee4ae28594
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
Revert this change:

View File

@ -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); \