On 8/13/25 12:35 PM, Andrew Pinski wrote:
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.
Another good target "frv".
It'll generate code and build libraries/executables, but due to a change
in how .init stuff is handled from many years ago the binaries generated
all segfault very early in their startup.
I got as far as identifying either a binutils or gcc change from HJ as
the triggering event, but things were too busted to debug & fix so I
just got on with my life.
It's almost certainly still using reload as well.
jeff