This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5460617d15 Fix BZ 22786: integer addition overflow may cause stack buff [...] new 9ed2e15ff4 Move math_opt_barrier, math_force_eval to separate math-barriers.h.
The 1 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 | 26 +++++++++ .../fpu/math-barriers.h} | 16 +++--- sysdeps/aarch64/fpu/math_private.h | 5 -- .../stpncpy-power7.S => alpha/fpu/math-barriers.h} | 19 +++---- sysdeps/alpha/fpu/math_private.h | 6 --- sysdeps/generic/math-barriers.h | 37 +++++++++++++ sysdeps/generic/math_private.h | 7 +-- sysdeps/i386/fpu/fenv_private.h | 39 -------------- .../tlsdesc.c => m68k/m680x0/fpu/math-barriers.h} | 39 +++++++------- sysdeps/m68k/m680x0/fpu/math_private.h | 20 ------- .../powerpc/fpu/math-barriers.h | 14 ++--- sysdeps/powerpc/fpu/math_private.h | 6 --- sysdeps/x86/fpu/math-barriers.h | 61 ++++++++++++++++++++++ 13 files changed, 166 insertions(+), 129 deletions(-) copy sysdeps/{x86_64/fpu/svml_d_cos2_core.S => aarch64/fpu/math-barriers.h} (69%) copy sysdeps/{powerpc/powerpc64/multiarch/stpncpy-power7.S => alpha/fpu/math-barri [...] create mode 100644 sysdeps/generic/math-barriers.h copy sysdeps/{aarch64/tlsdesc.c => m68k/m680x0/fpu/math-barriers.h} (61%) delete mode 100644 sysdeps/m68k/m680x0/fpu/math_private.h copy bits/uio_lim.h => sysdeps/powerpc/fpu/math-barriers.h (66%) create mode 100644 sysdeps/x86/fpu/math-barriers.h