diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-04 14:53:41 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-04 14:53:41 +0000 |
commit | f230ef81030498353b6f11553ffa76e81d27621a (patch) | |
tree | 96ae78bbc59bddf37d613b584d9e6baa63d5757f /libgcc | |
parent | 54731e73602b04b60654c734d53cd5e8d2681aa4 (diff) | |
download | gcc-f230ef81030498353b6f11553ffa76e81d27621a.tar.gz |
remove score-* support
libgcc/ChangeLog:
2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
* config.host: Remove support for score-*.
contrib/ChangeLog:
2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
* compare-all-tests: Don't test score-*.
* config-list.mk: Likewise.
gcc/ChangeLog:
2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
* common/config/score/score-common.c: Remove.
* config.gcc: Remove support for score-*.
* config/score/constraints.md: Remove.
* config/score/elf.h: Remove.
* config/score/predicates.md: Remove.
* config/score/score-conv.h: Remove.
* config/score/score-generic.md: Remove.
* config/score/score-modes.def: Remove.
* config/score/score-protos.h: Remove.
* config/score/score.c: Remove.
* config/score/score.h: Remove.
* config/score/score.md: Remove.
* config/score/score.opt: Remove.
* doc/md.texi: Don't document score-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b43307062e8..7adbc042c26 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-04 Trevor Saunders <tsaunders@mozilla.com> + + * config.host: Remove support for score-*. + 2014-09-22 Joseph Myers <joseph@codesourcery.com> * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove. diff --git a/libgcc/config.host b/libgcc/config.host index a17d2fa5654..cd3139f8f37 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -167,9 +167,6 @@ powerpc*-*-*) ;; rs6000*-*-*) ;; -score*-*-*) - cpu_type=score - ;; sparc64*-*-*) cpu_type=sparc ;; @@ -1051,10 +1048,6 @@ s390x-ibm-tpf*) extra_parts="crtbeginS.o crtendS.o" md_unwind_header=s390/tpf-unwind.h ;; -score-*-elf) - tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp" - extra_parts="$extra_parts crti.o crtn.o" - ;; sh-*-elf* | sh[12346l]*-*-elf*) tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit" extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \ |