This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] Remove unused get_clockfreq files


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fbd6c928bb96ca9ca41577f59c9b5b5223ef5bce

commit fbd6c928bb96ca9ca41577f59c9b5b5223ef5bce
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed May 29 10:26:30 2019 -0300

    Remove unused get_clockfreq files
    
    The patch 6e8ba7fd574f 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.

Diff:
---
 ChangeLog                                                     | 6 ++++++
 sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c | 1 -
 sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c                | 1 -
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0aa1c6d..cf57743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
 	* sysdeps/powerpc/fpu/round_to_integer.h (set_fenv_mode): Add
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c b/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c
deleted file mode 100644
index 4191085..0000000
--- a/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c b/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c
deleted file mode 100644
index a58d40a..0000000
--- a/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../i386/get_clockfreq.c"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]