mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 23:04:46 +08:00
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
This commit is contained in:
parent
8fc55e09c3
commit
b5de1a2766
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user