Commit b5de1a27 by David S. Miller Committed by David S. Miller

linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

	* config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
	* config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.

From-SVN: r51634
parent 8fc55e09
2002-03-30 David S. Miller <davem@redhat.com>
* config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
* config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
2002-03-30 Roger Sayle <roger@eyesopen.com>
Richard Henderson <rth@redhat.com>
......
......@@ -250,3 +250,5 @@ do { \
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
#endif
/* Don't be different from other Linux platforms in this regard. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
......@@ -364,3 +364,5 @@ do { \
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
#endif
/* Don't be different from other Linux platforms in this regard. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
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