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/config/pdp11 | |
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/config/pdp11')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 85941be..6efbf49 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 |