summaryrefslogtreecommitdiff
path: root/packages/glibc-ports/2.13/0011-fpu-cw-mips.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-10 23:00:09 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:50 (GMT)
commit8d636658182a3e3f234e8ce032afc6562cd8dd01 (patch)
treef1440740a2fece4de1c3574a427b07dcddb0eecb /packages/glibc-ports/2.13/0011-fpu-cw-mips.patch
parent30fb23dd895f82e71f13cd8a8d6a90d165f5090b (diff)
glibc-ports: remove obsolete versions
The corresponding versions of glibc have been removed previously; kill their "ports" counterpart. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc-ports/2.13/0011-fpu-cw-mips.patch')
-rw-r--r--packages/glibc-ports/2.13/0011-fpu-cw-mips.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/glibc-ports/2.13/0011-fpu-cw-mips.patch b/packages/glibc-ports/2.13/0011-fpu-cw-mips.patch
deleted file mode 100644
index 5cb8d71..0000000
--- a/packages/glibc-ports/2.13/0011-fpu-cw-mips.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://sourceware.org/ml/libc-alpha/2002-10/msg00392.html
-
----
- sysdeps/mips/fpu_control.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/sysdeps/mips/fpu_control.h
-+++ b/sysdeps/mips/fpu_control.h
-@@ -86,7 +86,7 @@
- #define _FPU_RC_UP 0x2
- #define _FPU_RC_DOWN 0x3
-
--#define _FPU_RESERVED 0xfe3c0000 /* Reserved bits in cw */
-+#define _FPU_RESERVED 0xfebc0000 /* Reserved bits in cw */
-
-
- /* The fdlibm code requires strict IEEE double precision arithmetic,