public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [[PATCH][GCC13] 0/2] Fix combined tree build of GCC 13 with Binutils 2.41
@ 2023-12-05 21:36 Indu Bhagat
  2023-12-05 21:36 ` [[PATCH][GCC13] 1/2] bfd: linker: merge .sframe sections Indu Bhagat
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Indu Bhagat @ 2023-12-05 21:36 UTC (permalink / raw)
  To: gcc-patches; +Cc: doko, sam, Indu Bhagat

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.bhagat@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.bhagat@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-05 23:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 21:36 [[PATCH][GCC13] 0/2] Fix combined tree build of GCC 13 with Binutils 2.41 Indu Bhagat
2023-12-05 21:36 ` [[PATCH][GCC13] 1/2] bfd: linker: merge .sframe sections Indu Bhagat
2023-12-05 21:36 ` [[PATCH][GCC13] 2/2] toplevel: Makefile.def: add install-strip dependency on libsframe Indu Bhagat
2023-12-05 21:45 ` [[PATCH][GCC13] 0/2] Fix combined tree build of GCC 13 with Binutils 2.41 Jakub Jelinek
2023-12-05 23:39   ` Indu Bhagat

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).