This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/more-obsolete-typedefs in repository glibc.
discards 2fcf4d7af2 Define register_t using bits/typesizes.h macros. discards c3861d93da Don’t define u_intN_t or register_t unless __USE_MISC. discards 9b73aabc5a Make the test for obsolete typedefs pickier. discards e79c2239ff Use a proper C tokenizer to implement the obsolete typedefs test. adds 04de930226 nptl: Fix comment typo in pthread_mutex_trylock.c adds 4a2dd41cb5 powerpc64le: Remove test for GCC 6.2 adds dc0afac325 Add new Fortran vector math header file. new 4288ead02b Use a proper C tokenizer to implement the obsolete typedefs test. new 7a7434a477 Don’t define u_intN_t or register_t unless __USE_MISC. new bd5a754e80 Define register_t using bits/typesizes.h macros.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2fcf4d7af2) \ N -- N -- N refs/heads/zack/more-obsolete-typedefs (bd5a754e80)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: ChangeLog | 15 +++++ bits/math-vector-fortran.h | 19 ++++++ math/Makefile | 1 + nptl/pthread_mutex_trylock.c | 2 +- scripts/check-obsolete-constructs.py | 102 +++++++++++++++++++++++------ sysdeps/powerpc/powerpc64/le/configure | 42 +----------- sysdeps/powerpc/powerpc64/le/configure.ac | 28 -------- sysdeps/x86/fpu/bits/math-vector-fortran.h | 43 ++++++++++++ 8 files changed, 161 insertions(+), 91 deletions(-) create mode 100644 bits/math-vector-fortran.h create mode 100644 sysdeps/x86/fpu/bits/math-vector-fortran.h