From 3daa7bbf7912030a760199f31a0926a11365a76f Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Sat, 4 Oct 2014 14:53:41 +0000 Subject: remove score-* support libgcc/ChangeLog: 2014-10-04 Trevor Saunders * config.host: Remove support for score-*. contrib/ChangeLog: 2014-10-04 Trevor Saunders * compare-all-tests: Don't test score-*. * config-list.mk: Likewise. gcc/ChangeLog: 2014-10-04 Trevor Saunders * 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-*. From-SVN: r215889 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b433070..7adbc04 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-04 Trevor Saunders + + * config.host: Remove support for score-*. + 2014-09-22 Joseph Myers * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove. diff --git a/libgcc/config.host b/libgcc/config.host index a17d2fa..cd3139f 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 \ -- cgit v1.1