From 393a753d72d3dd6453443c6f799db519624802a9 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Thu, 7 Jul 2011 13:22:44 +0000 Subject: * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARGET_ASM_NAMED_SECTION. * common/common-target.def (have_named_sections): Default to true. * common/config/default-common.c: Don't include tm.h. * common/config/picochip/picochip-common.c (TARGET_HAVE_NAMED_SECTIONS): Don't define. * common/config/m32c/m32c-common.c: Remove. * config.gcc (m32c*-*-*): Set target_has_targetm_common=no. * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175969 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m68k/openbsd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc/config/m68k') diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index 8478855dfc5..570742c6b69 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for an m68k OpenBSD target. - Copyright (C) 1999, 2002, 2003, 2007, 2009, 2010 + Copyright (C) 1999, 2002, 2003, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -87,3 +87,5 @@ along with GCC; see the file COPYING3. If not see /* All configurations that don't use elf must be explicit about not using dwarf unwind information. */ #define DWARF2_UNWIND_INFO 0 + +#define TARGET_HAVE_NAMED_SECTIONS false -- cgit v1.2.1