diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-07-07 14:22:44 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-07-07 14:22:44 +0100 |
commit | 41dfca871e78a0bae628716ca066b5b5269f54f5 (patch) | |
tree | 41c74e09d99a789488beb943066632783fd96420 /gcc/common/common-target-def.h | |
parent | 19c44640ebdf27fd4f6a073af4141f2a37283b9b (diff) | |
download | gcc-41dfca871e78a0bae628716ca066b5b5269f54f5.zip gcc-41dfca871e78a0bae628716ca066b5b5269f54f5.tar.gz gcc-41dfca871e78a0bae628716ca066b5b5269f54f5.tar.bz2 |
common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARGET_ASM_NAMED_SECTION.
* 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.
From-SVN: r175969
Diffstat (limited to 'gcc/common/common-target-def.h')
-rw-r--r-- | gcc/common/common-target-def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/common/common-target-def.h b/gcc/common/common-target-def.h index ea16bee..d2e304a 100644 --- a/gcc/common/common-target-def.h +++ b/gcc/common/common-target-def.h @@ -16,10 +16,6 @@ along with this program; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#ifdef TARGET_ASM_NAMED_SECTION -#define TARGET_HAVE_NAMED_SECTIONS true -#endif - #include "common/common-target-hooks-def.h" #include "hooks.h" #include "common/common-targhooks.h" |