]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorBob Wilson <bob.wilson@acm.org>
Fri, 17 Nov 2006 22:46:57 +0000 (22:46 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 17 Nov 2006 22:46:57 +0000 (22:46 +0000)
From-SVN: r118947

gcc/ChangeLog
gcc/config/xtensa/elf.h

index 6466bad462ce44b9121681580d68bbc5d73fbbdf..e1e03ad8ca3385044112936f25e93f90ae0bd19b 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-17  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+
 2006-11-17  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/lib1funcs.asm (__umulsidi3): Restore a0 on exit.
index 34cf379cb0dc897bff85dd9ed694844449eb32e7..3523979e7686e9f1928a835a67b66acc95d92009 100644 (file)
@@ -1,6 +1,6 @@
 /* Xtensa/Elf configuration.
    Derived from the configuration for GCC for Intel i386 running Linux.
-   Copyright (C) 2001,2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -100,3 +100,4 @@ do \
   } \
 while (0)
 
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1