diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-07 13:22:44 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-07 13:22:44 +0000 |
commit | 393a753d72d3dd6453443c6f799db519624802a9 (patch) | |
tree | 41c74e09d99a789488beb943066632783fd96420 /gcc/common/common-target-def.h | |
parent | 85b059d7350caad2aa6dcf72b553e90f9296db6f (diff) | |
download | gcc-393a753d72d3dd6453443c6f799db519624802a9.tar.gz |
* 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
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 ea16beef5ea..d2e304a9b0a 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" |