From: Bob Wilson Date: Fri, 17 Nov 2006 22:46:57 +0000 (+0000) Subject: * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. X-Git-Tag: releases/gcc-4.3.0~8415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a69b3186a5a716f7c0621dde26f74c829cc2d9;p=thirdparty%2Fgcc.git * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. From-SVN: r118947 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6466bad462ce..e1e03ad8ca33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Bob Wilson + + * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + 2006-11-17 Bob Wilson * config/xtensa/lib1funcs.asm (__umulsidi3): Restore a0 on exit. diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index 34cf379cb0dc..3523979e7686 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -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