diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2011-03-14 21:47:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2011-03-14 21:47:35 +0000 |
commit | 26cdeae19d2eaec023adb36e2b08a132e413779b (patch) | |
tree | 12e1bbc1757ebb4a83dc6fbdef0da0a09ae2dd49 /gnu | |
parent | 7992919188df84d991ef0d59525fbf29f796b136 (diff) |
Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition.
(Fix both ppc compilers in tree, was previously committed to wrong one).
OK deraadt@ discusssed with millert@ otto@ and kettenis@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/config/rs6000/sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/sysv4.h b/gnu/gcc/gcc/config/rs6000/sysv4.h index 8ad563698f0..1fb87b4532a 100644 --- a/gnu/gcc/gcc/config/rs6000/sysv4.h +++ b/gnu/gcc/gcc/config/rs6000/sysv4.h @@ -1127,7 +1127,7 @@ ncrtn.o%s" be stacked, so that invocations of #pragma pack(pop)' will return to the previous value. */ -#define HANDLE_PRAGMA_PACK_PUSH_POP 1 +#define HANDLE_PRAGMA_PACK_PUSH_POP /* Select a format to encode pointers in exception handling data. CODE is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is |