diff options
author | Richard Henderson <rth@redhat.com> | 2000-11-09 15:57:41 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-11-09 15:57:41 -0800 |
commit | 377b6fce5d16e6da32875290837b02a6af5a5348 (patch) | |
tree | 1d8a3f56149c48d13c6e57c12554198aacea5579 /gcc | |
parent | 338bcbd5ca822c6fd3e4588cb2ea1ab788941aca (diff) | |
download | gcc-377b6fce5d16e6da32875290837b02a6af5a5348.zip gcc-377b6fce5d16e6da32875290837b02a6af5a5348.tar.gz gcc-377b6fce5d16e6da32875290837b02a6af5a5348.tar.bz2 |
* config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
From-SVN: r37350
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/linux.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03d1ac6..e0fe0ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-09 Richard Henderson <rth@redhat.com> + + * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + 2000-11-09 Geoffrey Keating <geoffk@redhat.com> * c-decl.c (finish_struct): When a structure is completed, diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index e473493..c8f649a 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -41,3 +41,6 @@ SUB_CPP_PREDEFINES #undef WCHAR_TYPE #define WCHAR_TYPE "int" + +/* Define this so that all GNU/Linux targets handle the same pragmas. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP |