This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from caee5be74b ia64: Remove fabs implementations new 1c225a2dd1 sparc: Remove s_abs implementations
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: sysdeps/sparc/sparc32/fpu/s_fabs.S | 30 ---------------------- sysdeps/sparc/sparc32/fpu/s_fabsf.S | 28 -------------------- .../{s_fabs-generic.S => s_fabs-generic.c} | 2 +- .../{s_fabsf-generic.S => s_fabsf-generic.c} | 2 +- sysdeps/sparc/sparc64/fpu/s_fabs.c | 7 ----- sysdeps/sparc/sparc64/fpu/s_fabsf.c | 7 ----- 6 files changed, 2 insertions(+), 74 deletions(-) delete mode 100644 sysdeps/sparc/sparc32/fpu/s_fabs.S delete mode 100644 sysdeps/sparc/sparc32/fpu/s_fabsf.S rename sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/{s_fabs-generic.S => s_fabs-gen [...] rename sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/{s_fabsf-generic.S => s_fabsf-g [...] delete mode 100644 sysdeps/sparc/sparc64/fpu/s_fabs.c delete mode 100644 sysdeps/sparc/sparc64/fpu/s_fabsf.c