* config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

From-SVN: r118947
This commit is contained in:
Bob Wilson 2006-11-17 22:46:57 +00:00 committed by Bob Wilson
parent 05dcbf00e1
commit 44a69b3186
2 changed files with 6 additions and 1 deletions

View 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.

View 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