public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] gprofng: Support build with older versions of GCC
@ 2022-03-15 16:22 H.J. Lu
  2022-03-15 16:22 ` [PATCH 1/3] gprofng: Define ATTRIBUTE_FALLTHROUGH H.J. Lu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: H.J. Lu @ 2022-03-15 16:22 UTC (permalink / raw)
  To: binutils

Don't hardcode __attribute__ ((fallthrough)), -Wno-nonnull-compare,
-Wno-format-truncation nor -Wno-switch.  Use them only if they are
supported.

H.J. Lu (3):
  gprofng: Define ATTRIBUTE_FALLTHROUGH
  gprofng: Don't hardcode -Wno-nonnull-compare
  gprofng: Don't hardcode -Wno-format-truncation/-Wno-switch

 gprofng/Makefile.in               |   2 +
 gprofng/common/gp-defs.h          |   8 ++
 gprofng/configure                 | 122 +++++++++++++++++++++++++++++-
 gprofng/configure.ac              |   4 +
 gprofng/libcollector/Makefile.am  |   2 +-
 gprofng/libcollector/Makefile.in  |   3 +-
 gprofng/libcollector/aclocal.m4   |   1 +
 gprofng/libcollector/configure    |  64 +++++++++++++++-
 gprofng/libcollector/configure.ac |   3 +
 gprofng/src/Makefile.am           |   5 +-
 gprofng/src/Makefile.in           |   8 +-
 gprofng/src/gp-collect-app.cc     |   2 +-
 12 files changed, 213 insertions(+), 11 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-03-16  0:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 16:22 [PATCH 0/3] gprofng: Support build with older versions of GCC H.J. Lu
2022-03-15 16:22 ` [PATCH 1/3] gprofng: Define ATTRIBUTE_FALLTHROUGH H.J. Lu
2022-03-15 20:10   ` Jose E. Marchesi
2022-03-15 16:22 ` [PATCH 2/3] gprofng: Don't hardcode -Wno-nonnull-compare H.J. Lu
2022-03-15 16:22 ` [PATCH 3/3] gprofng: Don't hardcode -Wno-format-truncation/-Wno-switch H.J. Lu
2022-03-16  0:49 ` [PATCH 0/3] gprofng: Support build with older versions of GCC Alan Modra

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