diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/osf5.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/openbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/m68k/openbsd.h | 4 | ||||
-rw-r--r-- | gcc/config/pa/som.h | 2 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 | ||||
-rw-r--r-- | gcc/config/vax/openbsd.h | 4 |
6 files changed, 14 insertions, 2 deletions
diff --git a/gcc/config/alpha/osf5.h b/gcc/config/alpha/osf5.h index 28aff06f2c8..2c649e2c74a 100644 --- a/gcc/config/alpha/osf5.h +++ b/gcc/config/alpha/osf5.h @@ -259,3 +259,5 @@ along with GCC; see the file COPYING3. If not see /* Handle #pragma extern_prefix. */ #define TARGET_HANDLE_PRAGMA_EXTERN_PREFIX 1 + +#define TARGET_HAVE_NAMED_SECTIONS false diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index d7bf95ad57c..b52e049242b 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -98,3 +98,5 @@ along with GCC; see the file COPYING3. If not see /* OpenBSD gas currently does not support quad, so do not use it. */ #undef ASM_QUAD + +#define TARGET_HAVE_NAMED_SECTIONS false 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 diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index e8a47cced1c..f9f56484421 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -340,3 +340,5 @@ do { \ /* Shared library suffix. Collect2 strips the version string after this suffix when generating constructor/destructor names. */ #define SHLIB_SUFFIX ".sl" + +#define TARGET_HAVE_NAMED_SECTIONS false diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 85941be540b..6efbf49a074 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -664,3 +664,5 @@ extern rtx cc0_reg_rtx; #define COMPARE_FLAG_MODE HImode + +#define TARGET_HAVE_NAMED_SECTIONS false diff --git a/gcc/config/vax/openbsd.h b/gcc/config/vax/openbsd.h index cdff4ca828c..410d6a65964 100644 --- a/gcc/config/vax/openbsd.h +++ b/gcc/config/vax/openbsd.h @@ -1,5 +1,5 @@ /* Configuration fragment for a VAX OpenBSD target. - Copyright (C) 2000, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2007, 2009, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -46,3 +46,5 @@ along with GCC; see the file COPYING3. If not see #undef WINT_TYPE #define WINT_TYPE "int" + +#define TARGET_HAVE_NAMED_SECTIONS false |