https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118459
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:744a59f3f55bfc890f755c57c72919566e1bcad5 commit r15-6889-g744a59f3f55bfc890f755c57c72919566e1bcad5 Author: Eric Botcazou <ebotca...@adacore.com> Date: Tue Jan 14 11:00:24 2025 +0100 Ada: add missing support for the S/390 and RISC-V architectures ...to the object file reader present in the run-time library. gcc/ada/ PR ada/118459 * libgnat/s-objrea.ads (Object_Arch): Add S390 and RISCV. * libgnat/s-objrea.adb (EM_S390): New named number. (EM_RISCV): Likewise. (ELF_Ops.Initialize): Deal with EM_S390 and EM_RISCV. (Read_Address): Deal with S390 and RISCV.