public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] libgcc: cris: Remove support for crisv32-*-* and cris*-*-linux
@ 2020-08-22 21:00 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 21:00 UTC (permalink / raw)
  To: gcc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 2582 bytes --]

https://gcc.gnu.org/g:8efa78bae397e640a0ab4cab808d0933a33a4d34

commit 8efa78bae397e640a0ab4cab808d0933a33a4d34
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Wed Jan 22 05:44:32 2020 +0100

    libgcc: cris: Remove support for crisv32-*-* and cris*-*-linux
    
    Part of the removal of crisv32-* and cris-*-linux* (cris-elf remains).
    
    libgcc:
            * config.host: Remove support for crisv32-*-* and cris*-*-linux.
            * config/cris/libgcc-glibc.ver, config/cris/t-linux: Remove.

Diff:
---
 libgcc/ChangeLog                    | 5 +++++
 libgcc/config.host                  | 9 ---------
 libgcc/config/cris/libgcc-glibc.ver | 7 -------
 libgcc/config/cris/t-linux          | 2 --
 4 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 33e8929f16a..8ae4c7f886f 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-09  Hans-Peter Nilsson  <hp@axis.com>
+
+	* config.host: Remove support for crisv32-*-* and cris*-*-linux.
+	* config/cris/libgcc-glibc.ver, config/cris/t-linux: Remove.
+
 2020-05-06  Uroš Bizjak  <ubizjak@gmail.com>
 
 	* config/i386/sfp-exceptions.c (__math_force_eval): Remove.
diff --git a/libgcc/config.host b/libgcc/config.host
index 1ff41592337..2cd42097167 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -112,9 +112,6 @@ bpf-*-*)
         ;;
 cr16-*-*)
 	;;
-crisv32-*-*)
-	cpu_type=cris
-	;;
 csky*-*-*)
 	cpu_type=csky
 	;;
@@ -577,15 +574,9 @@ cr16-*-elf)
 	tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
 	extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
         ;;
-crisv32-*-elf)
-	tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp"
- 	;;
 cris-*-elf)
 	tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-elfmulti"
 	;;
-cris-*-linux* | crisv32-*-linux*)
-	tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-linux"
-	;;
 csky-*-elf*)
 	tmake_file="csky/t-csky t-fdpbit"
 	extra_parts="$extra_parts crti.o crtn.o"
diff --git a/libgcc/config/cris/libgcc-glibc.ver b/libgcc/config/cris/libgcc-glibc.ver
deleted file mode 100644
index e35de83100f..00000000000
--- a/libgcc/config/cris/libgcc-glibc.ver
+++ /dev/null
@@ -1,7 +0,0 @@
-GCC_4.3 {
- __Mul
- __Div
- __Udiv
- __Mod
- __Umod
-}
diff --git a/libgcc/config/cris/t-linux b/libgcc/config/cris/t-linux
deleted file mode 100644
index 8c7f4d44249..00000000000
--- a/libgcc/config/cris/t-linux
+++ /dev/null
@@ -1,2 +0,0 @@
-# Override t-linux default.
-SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/cris/libgcc-glibc.ver


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:00 [gcc/devel/autopar_devel] libgcc: cris: Remove support for crisv32-*-* and cris*-*-linux Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).