X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftarget-def.h;h=8609512220887e8fc37b37f049f7479e75595e00;hb=f4a9c06b1cfc47eb0d1fe1fd45076d4219824be7;hp=123173505405b2c2c451ae5136424f881db8bee0;hpb=a5af08d26ce1678e462f91bb3fb9336e30d02ca8;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/target-def.h b/gcc/target-def.h index 12317350540..86095122208 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -1,6 +1,6 @@ /* Default initializers for a generic GCC target. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -78,10 +78,6 @@ # endif #endif -#ifdef TARGET_ASM_NAMED_SECTION -#define TARGET_HAVE_NAMED_SECTIONS true -#endif - #ifndef TARGET_TERMINATE_DW2_EH_FRAME_INFO #ifdef EH_FRAME_SECTION_NAME #define TARGET_TERMINATE_DW2_EH_FRAME_INFO false @@ -104,10 +100,6 @@ TARGET_ASM_UNALIGNED_DI_OP, \ TARGET_ASM_UNALIGNED_TI_OP} -#ifndef IRA_COVER_CLASSES -#define TARGET_IRA_COVER_CLASSES 0 -#endif - #if !defined (TARGET_FUNCTION_INCOMING_ARG) #define TARGET_FUNCTION_INCOMING_ARG TARGET_FUNCTION_ARG #endif