public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Build fixes for older gcc
@ 2023-07-24 17:15 Adhemerval Zanella
  2023-07-24 17:15 ` [PATCH 1/3] malloc: Fix set-freeres.c with gcc 6 Adhemerval Zanella
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2023-07-24 17:15 UTC (permalink / raw)
  To: libc-alpha

Checking if glibc still builds with the minimum advertised gcc version
showed some issues, which are easily fixed.  There are some issues that
are not easily fixed that either would require GCC backports to old
releases (like ia64 GPREL22 overflows issues again __dso_handle),
a large backport on old glibc releases (riscv R_RISCV_GPREL_I relocation
against __ehdr_start that was fixed by a code refactor only presented
in 2.35), or large compiler backports (like for arc that prevented build
with gcc older than 9).

Adhemerval Zanella (3):
  malloc: Fix set-freeres.c with gcc 6
  sunrpc: Fix netname build with older gcc
  powerpc: Fix powerpc64 strchrnul build with old gcc

 malloc/set-freeres.c                          | 46 +++++++++++++++++++
 sunrpc/netname.c                              |  4 ++
 .../powerpc/powerpc64/multiarch/strchrnul.c   | 14 +++---
 3 files changed, 57 insertions(+), 7 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-26  2:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 17:15 [PATCH 0/3] Build fixes for older gcc Adhemerval Zanella
2023-07-24 17:15 ` [PATCH 1/3] malloc: Fix set-freeres.c with gcc 6 Adhemerval Zanella
2023-07-26  2:26   ` Carlos O'Donell
2023-07-24 17:15 ` [PATCH 2/3] sunrpc: Fix netname build with older gcc Adhemerval Zanella
2023-07-26  2:27   ` Carlos O'Donell
2023-07-24 17:15 ` [PATCH 3/3] powerpc: Fix powerpc64 strchrnul build with old gcc Adhemerval Zanella
2023-07-26  2:40   ` Carlos O'Donell
2023-07-25 20:06 ` [PATCH 0/3] Build fixes for older gcc Andreas K. Huettel
2023-07-25 20:38   ` Adhemerval Zanella Netto

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