OSDN Git Service

* common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 13:22:44 +0000 (13:22 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 13:22:44 +0000 (13:22 +0000)
commit393a753d72d3dd6453443c6f799db519624802a9
tree41c74e09d99a789488beb943066632783fd96420
parent85b059d7350caad2aa6dcf72b553e90f9296db6f
* 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
13 files changed:
gcc/ChangeLog
gcc/common/common-target-def.h
gcc/common/common-target.def
gcc/common/config/default-common.c
gcc/common/config/m32c/m32c-common.c [deleted file]
gcc/common/config/picochip/picochip-common.c
gcc/config.gcc
gcc/config/alpha/osf5.h
gcc/config/i386/openbsd.h
gcc/config/m68k/openbsd.h
gcc/config/pa/som.h
gcc/config/pdp11/pdp11.h
gcc/config/vax/openbsd.h