This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch akhuettel/wip in repository glibc.
discards 964154d8cf Makeconfig: The hash character # confuses old make, use $(di [...] adds 1944817240 Makeconfig: The hash character # confuses old make, use $(di [...] new 7ed787dcea Disable SFrame support by default new ea695c7038 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
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 (964154d8cf) \ N -- N -- N refs/heads/akhuettel/wip (ea695c7038)
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 2 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: INSTALL | 9 +- aclocal.m4 | 4 + config.h.in | 3 + config.make.in | 2 +- configure | 62 ++++++++------ configure.ac | 26 +++--- debug/Makefile | 16 ++-- debug/backtrace.c | 8 ++ {sysdeps/pthread => debug}/tst-backtrace1.c | 0 elf/dl-find_object.h | 10 +++ manual/install.texi | 11 ++- sysdeps/aarch64/configure | 2 + sysdeps/aarch64/configure.ac | 2 + sysdeps/generic/Makefile | 2 + sysdeps/generic/sframe-read.c | 128 +++++++++++++++++++++------- sysdeps/generic/sframe-read.h | 6 ++ sysdeps/generic/sframe.h | 15 +++- sysdeps/pthread/Makefile | 1 - sysdeps/x86_64/configure | 2 + sysdeps/x86_64/configure.ac | 2 + 20 files changed, 226 insertions(+), 85 deletions(-) rename {sysdeps/pthread => debug}/tst-backtrace1.c (100%)