diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-22 07:18:33 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-22 07:18:33 +0000 |
commit | 5115372146c7762b67b0c30b01906d3fe6dad0c3 (patch) | |
tree | 4b5d0ea58d499c4b232c97da3fe08e4bad5182b5 /gcc/config/mips/elf.h | |
parent | a8761b59fd725a476ce823908fa43b62367e02d3 (diff) | |
download | gcc-5115372146c7762b67b0c30b01906d3fe6dad0c3.tar.gz |
2010-11-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167021
2010-11-22 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.c: replaced strerror by xstrerror everywhere, while
merging with trunk 167021.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/elf.h')
-rw-r--r-- | gcc/config/mips/elf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index 8967b3d1715..572553742f4 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -1,5 +1,5 @@ /* Target macros for mips*-elf targets. - Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004, 2007 + Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -49,5 +49,3 @@ along with GCC; see the file COPYING3. If not see #define ENDFILE_SPEC "crtend%O%s crtn%O%s" #define NO_IMPLICIT_EXTERN_C 1 - -#define HANDLE_PRAGMA_PACK_PUSH_POP 1 |