r6806 - in glibc-package/branches/glibc-2.22/debian: . patches patches/sparc
Author: aurel32
Date: 2015-12-11 17:12:13 +0000 (Fri, 11 Dec 2015)
New Revision: 6806
Removed:
glibc-package/branches/glibc-2.22/debian/patches/sparc/submitted-timing.diff
Modified:
glibc-package/branches/glibc-2.22/debian/changelog
glibc-package/branches/glibc-2.22/debian/patches/series
Log:
debian/patches/sparc/submitted-timing.diff: drop, obsolete, not
needed anymore since libc6-sparcv9 has been removed.
Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog 2015-12-11 17:08:39 UTC (rev 6805)
+++ glibc-package/branches/glibc-2.22/debian/changelog 2015-12-11 17:12:13 UTC (rev 6806)
@@ -4,6 +4,8 @@
* debian/patches/m68k/local-fpic.diff: drop, obsolete.
* debian/patches/m68k/local-mathinline_h.diff: drop, not applied for a
lot of time, obsolete.
+ * debian/patches/sparc/submitted-timing.diff: drop, obsolete, not
+ needed anymore since libc6-sparcv9 has been removed.
-- Aurelien Jarno <aurel32@debian.org> Thu, 10 Dec 2015 23:41:13 +0100
Modified: glibc-package/branches/glibc-2.22/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-11 17:08:39 UTC (rev 6805)
+++ glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-11 17:12:13 UTC (rev 6806)
@@ -180,7 +180,6 @@
sh4/local-fpscr_values.diff
sparc/local-sparcv9-target.diff
-sparc/submitted-timing.diff
all/local-alias-et_EE.diff
all/local-remove-manual.diff
Deleted: glibc-package/branches/glibc-2.22/debian/patches/sparc/submitted-timing.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/sparc/submitted-timing.diff 2015-12-11 17:08:39 UTC (rev 6805)
+++ glibc-package/branches/glibc-2.22/debian/patches/sparc/submitted-timing.diff 2015-12-11 17:12:13 UTC (rev 6806)
@@ -1,52 +0,0 @@
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: sparc/sparcv9 libraries fix
-# DP: Author: Daniel Jacobowitz <dan@debian.org>, Jeff Bailey <jbailey@nisa.net>
-# DP: Upstream status: Not Submitted
-# DP: Status Details:
-# DP: Date: 2003-12-31
-
-2003-12-31 Jeff Bailey <jbailey@nisa.net>
-
- * sysdeps/sparc/hp-timing.h: New file.
-
----
- sysdeps/sparc/sparc32/hp-timing.h | 34 ++++++++++++++++++++++++++++++++++
- 1 file changed, 34 insertions(+)
-
---- /dev/null
-+++ b/sysdeps/sparc/sparc32/hp-timing.h
-@@ -0,0 +1,34 @@
-+/* High precision, low overhead timing functions. i386 version.
-+ Copyright (C) 2003 Free Software Foundation, Inc.
-+ This file is part of the GNU C Library.
-+
-+ The GNU C Library is free software; you can redistribute it and/or
-+ modify it under the terms of the GNU Lesser General Public
-+ License as published by the Free Software Foundation; either
-+ version 2.1 of the License, or (at your option) any later version.
-+
-+ The GNU C Library is distributed in the hope that it will be useful,
-+ but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-+ Lesser General Public License for more details.
-+
-+ You should have received a copy of the GNU Lesser General Public
-+ License along with the GNU C Library; if not, write to the Free
-+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-+ 02111-1307 USA. */
-+
-+#ifndef _SPARC_HP_TIMING_H
-+#define _SPARC_HP_TIMING_H 1
-+
-+#define hp_timing_t hp_timing_t__
-+#include <sysdeps/generic/hp-timing.h>
-+#undef hp_timing_t
-+
-+/* We don't use high-precision timers, but we might load an sparcv9 libpthread
-+ which does. */
-+#define HP_TIMING_PAD 1
-+
-+/* sparcv9 uses 64bit values for the times. */
-+typedef unsigned long long int hp_timing_t;
-+
-+#endif /* hp-timing.h */
Reply to: