public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Initial fixes for clang build support
@ 2022-11-02 14:55 Adhemerval Zanella
  2022-11-02 14:55 ` [PATCH v2 1/4] Disable __USE_EXTERN_INLINES for clang Adhemerval Zanella
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2022-11-02 14:55 UTC (permalink / raw)
  To: libc-alpha, Fangrui Song

The patchset is the updated version based on review comments.  I removed
the longlong.h cast patch in and rewrote using a script to remove the
casts.

Adhemerval Zanella (3):
  Rewrite find_cxx_header config configure.ac
  stdlib: Remove if inline asm context casts if compiler does not
    support it
  Apply asm redirection in gmp.h before first use

Fangrui Song (1):
  Disable __USE_EXTERN_INLINES for clang

 Makerules                            |  13 ++++
 configure                            |  33 ++++++++-
 configure.ac                         |  26 ++++++-
 include/features.h                   |   2 +-
 include/gmp.h                        |  12 ----
 scripts/filter-asm-inline-cast.py    | 102 +++++++++++++++++++++++++++
 stdlib/gmp.h                         |  72 ++++++++++---------
 stdlib/{longlong.h => longlong.h.in} |   0
 stdlib/strtod_l.c                    |   2 +-
 9 files changed, 211 insertions(+), 51 deletions(-)
 create mode 100755 scripts/filter-asm-inline-cast.py
 rename stdlib/{longlong.h => longlong.h.in} (100%)

-- 
2.34.1


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

end of thread, other threads:[~2022-11-07 13:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 14:55 [PATCH v2 0/4] Initial fixes for clang build support Adhemerval Zanella
2022-11-02 14:55 ` [PATCH v2 1/4] Disable __USE_EXTERN_INLINES for clang Adhemerval Zanella
2022-11-02 14:55 ` [PATCH v2 2/4] Rewrite find_cxx_header config configure.ac Adhemerval Zanella
2022-11-06 23:31   ` Fangrui Song
2022-11-07 13:22   ` Florian Weimer
2022-11-07 13:36     ` Adhemerval Zanella Netto
2022-11-02 14:55 ` [PATCH v2 3/4] stdlib: Remove if inline asm context casts if compiler does not support it Adhemerval Zanella
2022-11-02 14:55 ` [PATCH v2 4/4] Apply asm redirection in gmp.h before first use Adhemerval Zanella
2022-11-06 23:33   ` Fangrui Song

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