diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-11-17 22:46:57 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2006-11-17 22:46:57 +0000 |
commit | 44a69b3186a5a716f7c0621dde26f74c829cc2d9 (patch) | |
tree | 5761dc534d809743a424271f6e003303eaa002d9 /gcc | |
parent | 05dcbf00e17cfa9107ea69a2c6aef54ec0dce12a (diff) | |
download | gcc-44a69b3186a5a716f7c0621dde26f74c829cc2d9.zip gcc-44a69b3186a5a716f7c0621dde26f74c829cc2d9.tar.gz gcc-44a69b3186a5a716f7c0621dde26f74c829cc2d9.tar.bz2 |
* config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
From-SVN: r118947
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/xtensa/elf.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6466bad..e1e03ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. 2006-11-17 Zdenek Dvorak <dvorakz@suse.cz> diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index 34cf379..3523979 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 |