From: jingyu Date: Thu, 23 Apr 2009 00:05:03 +0000 (+0000) Subject: PR testsuite/39781 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7eacde36bad9c7e489a750da365e83a1bb7bbda;p=thirdparty%2Fgcc.git PR testsuite/39781 * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146629 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6a6470a92b1..fccf2c0a2bfd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-22 Jing Yu + + PR testsuite/39781 + * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP. + 2009-04-22 Andrew Pinski PR C/31499 diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 15913d2ca441..93d75bb74a36 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2234,7 +2234,8 @@ do { \ goto WIN; \ } while (0) - +/* Define this for compatibility reasons. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP /* Specify the machine mode that this machine uses for the index in the tablejump instruction. */