1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove unused get_clockfreq files

The patch 6e8ba7fd57 meant to remove the all get_clockfreq.c.  This
patch removes the missing files for sparcv9 and x86_64.

Checked against a build to x86_64-linux-gnu and sparcv9-linux-gnu.

	* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c:
	Remove file.
	* sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: Likewise.
This commit is contained in:
Adhemerval Zanella
2019-05-29 10:26:30 -03:00
parent e47308c98d
commit fbd6c928bb
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2019-05-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c:
Remove file.
* sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: Likewise.
2019-05-28 Adhemerval Zanella <adhemerval.zanella@linaro.org> 2019-05-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/powerpc/fpu/round_to_integer.h (set_fenv_mode): Add * sysdeps/powerpc/fpu/round_to_integer.h (set_fenv_mode): Add

View File

@ -1 +0,0 @@
#include <sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c>

View File

@ -1 +0,0 @@
#include "../i386/get_clockfreq.c"