Hello, To resolve the issue of combined Binutils (2.41) + GCC (13) failing to install (https://sourceware.org/bugzilla/show_bug.cgi?id=31108), we will need some backports. This specific issue is with using --enable-shared in the combined tree build; it arises due to missing install-* dependencies in the top-level makefiles.
I think it makes sense to bring both of the following two commits (from the trunk) to the GCC13 branch: commit eff0e7a4ae31d1e4e64ae37bbc10d073d8579255 Author: Indu Bhagat <indu.bha...@oracle.com> Date: Wed Jan 18 23:17:49 2023 -0800 toplevel: Makefile.def: add install-strip dependency on libsframe commit dab58c93634bef06fd289f49109b5c370cd5c380 Author: Indu Bhagat <indu.bha...@oracle.com> Date: Tue Nov 15 15:07:04 2022 -0800 bfd: linker: merge .sframe sections This patch set cherry-picks the above two commits to GCC13 branch. The patches apply cleanly with no conflicts. ----------- Testing notes: - Combined tree with GCC 13 (releases/gcc-13 branch) with binutils 2.41 (binutils-2_41-release-point branch) with "--enable-shared --disable-bootstrap" builds and installs. - Bootstrapped and regression tested releases/gcc-13 branch (make check-gcc in a NOT combined tree build). ----------- Thanks, Indu Bhagat (2): bfd: linker: merge .sframe sections toplevel: Makefile.def: add install-strip dependency on libsframe Makefile.def | 7 +++++++ Makefile.in | 12 ++++++++++++ 2 files changed, 19 insertions(+) -- 2.41.0