From: Andrew Pinski <andrew.pin...@oss.qualcomm.com> rl78 still uses reload rather than LRA. epiphany still uses reload and causes ICEs during reload.
Both don't have a maintainer. epiphany has been without one since 2024 (2023 email) while rl78 has been without one since 2018. gcc/ChangeLog: * config.gcc: Mark epiphany*-*-* and rl78*-*-* as obsolete targets. Signed-off-by: Andrew Pinski <andrew.pin...@oss.qualcomm.com> --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 0d8dbc4fb19..55e171816dc 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -273,7 +273,7 @@ esac # Obsolete configurations. case ${target} in ia64*-*-hpux* | ia64*-*-*vms* | ia64*-*-elf* \ - | m32c*-*-* \ + | m32c*-*-* | epiphany*-*-* | rl78*-*-* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 -- 2.34.1