r6787 - in glibc-package/branches/glibc-2.22/debian: . patches patches/mips
Author: aurel32
Date: 2015-12-09 19:21:47 +0000 (Wed, 09 Dec 2015)
New Revision: 6787
Removed:
glibc-package/branches/glibc-2.22/debian/patches/mips/local-r10k.diff
Modified:
glibc-package/branches/glibc-2.22/debian/changelog
glibc-package/branches/glibc-2.22/debian/patches/series
Log:
debian/patches/mips/local-r10k.diff: dropped, we don't support systems
with a MIPS R10K CPU since the ISA has been switched to MIPS R2.
Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog 2015-12-08 23:40:34 UTC (rev 6786)
+++ glibc-package/branches/glibc-2.22/debian/changelog 2015-12-09 19:21:47 UTC (rev 6787)
@@ -43,6 +43,8 @@
resolved issues.
* debian/testsuite-checking/expected-results-*kfreebsd-gnu*: update and
cleanup resolved issues.
+ * debian/patches/mips/local-r10k.diff: dropped, we don't support systems
+ with a MIPS R10K CPU since the ISA has been switched to MIPS R2.
-- Aurelien Jarno <aurel32@debian.org> Wed, 02 Dec 2015 01:10:00 +0100
Deleted: glibc-package/branches/glibc-2.22/debian/patches/mips/local-r10k.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/mips/local-r10k.diff 2015-12-08 23:40:34 UTC (rev 6786)
+++ glibc-package/branches/glibc-2.22/debian/patches/mips/local-r10k.diff 2015-12-09 19:21:47 UTC (rev 6787)
@@ -1,19 +0,0 @@
-the R10000 needs an LL/SC Workaround. If not applied all R10k before
-rev 3.0 misbehave on atomic ops and rev 2.6 and lower (e.g. SGI IP28)
-die after very few seconds with a deadlock due to even more erratas.
-
----
- sysdeps/mips/bits/atomic.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/sysdeps/mips/bits/atomic.h
-+++ b/sysdeps/mips/bits/atomic.h
-@@ -68,7 +68,7 @@
- is predicted not taken. */
-
-
--#ifdef _MIPS_ARCH_R10000
-+#if 1
- #define R10K_BEQZ_INSN "beqzl"
- #else
- #define R10K_BEQZ_INSN "beqz"
Modified: glibc-package/branches/glibc-2.22/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-08 23:40:34 UTC (rev 6786)
+++ glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-09 19:21:47 UTC (rev 6787)
@@ -168,7 +168,6 @@
m68k/local-reloc.diff
m68k/submitted-gcc34-seccomment.diff
-mips/local-r10k.diff
mips/submitted-rld_map.diff
powerpc/local-powerpc8xx-dcbz.diff
Reply to: