This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2e81493fa6 riscv: Remove RV32 floating point functions new f40c7887d3 scripts: Extract glibcpp.py from check-obsolete-constructs.py new e6e6184bed scripts: Enhance glibcpp to do basic macro processing new 340097d0b5 elf: Extract glibcelf constants from <elf.h>
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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