public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Parse <elf.h> in the glibcelf Python module
@ 2022-09-14 14:59 Florian Weimer
  2022-09-14 14:59 ` [PATCH v2 1/3] scripts: Extract glibcpp.py from check-obsolete-constructs.py Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Florian Weimer @ 2022-09-14 14:59 UTC (permalink / raw)
  To: libc-alpha

This version addresses Siddhesh's review comments and adds a check that
the prefix filter actually matches anything.

Tested on i686-linux-gnu and x86_64-linux-gnu.

Thanks,
Florian

Florian Weimer (3):
  scripts: Extract glibcpp.py from check-obsolete-constructs.py
  scripts: Enhance glibcpp to do basic macro processing
  elf: Extract glibcelf constants from <elf.h>

 elf/tst-glibcelf.py                  |   79 +-
 scripts/check-obsolete-constructs.py |  189 +----
 scripts/glibcelf.py                  | 1016 ++++++++++----------------
 scripts/glibcpp.py                   |  529 ++++++++++++++
 support/Makefile                     |   10 +-
 support/tst-glibcpp.py               |  217 ++++++
 6 files changed, 1197 insertions(+), 843 deletions(-)
 create mode 100644 scripts/glibcpp.py
 create mode 100644 support/tst-glibcpp.py


base-commit: 05967faf0e3df6aad07f0b05e138e86f82363deb
-- 
2.37.2


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

end of thread, other threads:[~2022-09-21 18:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 14:59 [PATCH v2 0/3] Parse <elf.h> in the glibcelf Python module Florian Weimer
2022-09-14 14:59 ` [PATCH v2 1/3] scripts: Extract glibcpp.py from check-obsolete-constructs.py Florian Weimer
2022-09-14 15:00 ` [PATCH v2 2/3] scripts: Enhance glibcpp to do basic macro processing Florian Weimer
2022-09-21 17:08   ` Siddhesh Poyarekar
2022-09-14 15:00 ` [PATCH v2 3/3] elf: Extract glibcelf constants from <elf.h> Florian Weimer
2022-09-21 18:05   ` Siddhesh Poyarekar

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