OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Oct 2006 07:35:47 +0000 (07:35 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Oct 2006 07:35:47 +0000 (07:35 +0000)
* config/mips/elf.h (HANDLE_PRAGMA_PUSH_POP): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117552 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/elf.h

index 16fadd2..f14f174 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-08  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/mips/elf.h (HANDLE_PRAGMA_PUSH_POP): Define.
+
 2006-10-07  Kazu Hirata  <kazu@codesourcery.com>
 
        * gimplify.c, sched-int.h: Fix comment typos.
index 0fa4bba..9d7259e 100644 (file)
@@ -50,3 +50,5 @@ Boston, MA 02110-1301, USA.  */
 #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
 
 #define NO_IMPLICIT_EXTERN_C 1
+
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1