This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4bbca1a446 nscd: Use time_t for return type of addgetnetgrentX new b57adfa49b or1k: Add hard float libm-test-ulps new 643d9d38d5 or1k: Add hard float support new ea73eb5f58 build-many-glibcs.py: Add openrisc hard float glibc variant
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: scripts/build-many-glibcs.py | 5 +- sysdeps/{csky => or1k}/fpu/fclrexcpt.c | 16 +- sysdeps/{riscv/rvf => or1k/fpu}/fegetenv.c | 2 +- sysdeps/{aarch64 => or1k}/fpu/fegetmode.c | 6 +- sysdeps/{hppa => or1k}/fpu/fegetround.c | 5 +- sysdeps/{riscv/rvf => or1k/fpu}/feholdexcpt.c | 7 +- sysdeps/or1k/fpu/fenv_private.h | 199 +++++++++++++++++++++ sysdeps/{riscv/rvf => or1k/fpu}/fesetenv.c | 8 +- .../fpu/fegetround.c => or1k/fpu/fesetexcept.c} | 17 +- sysdeps/{loongarch => or1k}/fpu/fesetmode.c | 17 +- sysdeps/{riscv/rvf => or1k/fpu}/fesetround.c | 6 +- sysdeps/{riscv/rvf => or1k/fpu}/feupdateenv.c | 7 +- sysdeps/{riscv/rvf => or1k/fpu}/fgetexcptflg.c | 7 +- .../fpu}/fix-fp-int-convert-overflow.h | 4 +- sysdeps/{sh/sh4 => or1k}/fpu/fraiseexcpt.c | 37 ++-- sysdeps/{loongarch => or1k}/fpu/fsetexcptflg.c | 16 +- sysdeps/{riscv/rvf => or1k/fpu}/ftestexcept.c | 6 +- sysdeps/{powerpc => or1k}/fpu/get-rounding-mode.h | 15 +- sysdeps/or1k/{ => fpu}/libm-test-ulps | 46 ++--- sysdeps/or1k/fpu/libm-test-ulps-name | 1 + sysdeps/or1k/fpu_control.h | 89 +++++++++ sysdeps/or1k/libm-test-ulps-name | 1 - .../s_floorf.c => or1k/math-tests-snan-payload.h} | 15 +- sysdeps/{riscv => or1k}/math-tests-trap.h | 13 +- sysdeps/or1k/{ => nofpu}/libm-test-ulps | 0 sysdeps/or1k/nofpu/libm-test-ulps-name | 1 + sysdeps/or1k/sfp-machine.h | 17 ++ sysdeps/unix/sysv/linux/or1k/Versions | 14 ++ .../or1k/{getcontext.S => getcontext-common.S} | 32 +++- sysdeps/unix/sysv/linux/or1k/getcontext.S | 69 +++---- sysdeps/unix/sysv/linux/or1k/libc.abilist | 4 + sysdeps/unix/sysv/linux/or1k/makecontext.c | 49 ++++- .../or1k/{setcontext.S => setcontext-common.S} | 36 ++-- sysdeps/unix/sysv/linux/or1k/setcontext.S | 102 +++-------- .../or1k/{swapcontext.S => swapcontext-common.S} | 37 +++- sysdeps/unix/sysv/linux/or1k/swapcontext.S | 109 +++-------- sysdeps/unix/sysv/linux/or1k/sys/ucontext.h | 1 + sysdeps/unix/sysv/linux/or1k/ucontext_i.sym | 3 + 38 files changed, 655 insertions(+), 364 deletions(-) copy sysdeps/{csky => or1k}/fpu/fclrexcpt.c (82%) copy sysdeps/{riscv/rvf => or1k/fpu}/fegetenv.c (94%) copy sysdeps/{aarch64 => or1k}/fpu/fegetmode.c (86%) copy sysdeps/{hppa => or1k}/fpu/fegetround.c (87%) copy sysdeps/{riscv/rvf => or1k/fpu}/feholdexcpt.c (88%) create mode 100644 sysdeps/or1k/fpu/fenv_private.h copy sysdeps/{riscv/rvf => or1k/fpu}/fesetenv.c (84%) copy sysdeps/{sh/sh4/fpu/fegetround.c => or1k/fpu/fesetexcept.c} (75%) copy sysdeps/{loongarch => or1k}/fpu/fesetmode.c (72%) copy sysdeps/{riscv/rvf => or1k/fpu}/fesetround.c (88%) copy sysdeps/{riscv/rvf => or1k/fpu}/feupdateenv.c (88%) copy sysdeps/{riscv/rvf => or1k/fpu}/fgetexcptflg.c (82%) copy sysdeps/{riscv/rv32 => or1k/fpu}/fix-fp-int-convert-overflow.h (91%) copy sysdeps/{sh/sh4 => or1k}/fpu/fraiseexcpt.c (61%) copy sysdeps/{loongarch => or1k}/fpu/fsetexcptflg.c (76%) copy sysdeps/{riscv/rvf => or1k/fpu}/ftestexcept.c (84%) copy sysdeps/{powerpc => or1k}/fpu/get-rounding-mode.h (76%) copy sysdeps/or1k/{ => fpu}/libm-test-ulps (98%) create mode 100644 sysdeps/or1k/fpu/libm-test-ulps-name create mode 100644 sysdeps/or1k/fpu_control.h delete mode 100644 sysdeps/or1k/libm-test-ulps-name copy sysdeps/{i386/fpu/s_floorf.c => or1k/math-tests-snan-payload.h} (72%) copy sysdeps/{riscv => or1k}/math-tests-trap.h (78%) rename sysdeps/or1k/{ => nofpu}/libm-test-ulps (100%) create mode 100644 sysdeps/or1k/nofpu/libm-test-ulps-name create mode 100644 sysdeps/unix/sysv/linux/or1k/Versions copy sysdeps/unix/sysv/linux/or1k/{getcontext.S => getcontext-common.S} (72%) copy sysdeps/unix/sysv/linux/or1k/{setcontext.S => setcontext-common.S} (79%) copy sysdeps/unix/sysv/linux/or1k/{swapcontext.S => swapcontext-common.S} (79%)