pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qemu-git: Drop merged patch for SmartOS build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 12 15:01:28 2017 +0200
Changeset:	1d74dfccce296d78cea546749256d8ef82f2bb41

Modified Files:
	qemu-git/distinfo
Removed Files:
	qemu-git/patches/patch-target_m68k_fpu__helper.c

Log Message:
qemu-git: Drop merged patch for SmartOS build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d74dfccce296d78cea546749256d8ef82f2bb41

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qemu-git/distinfo                                |  1 -
 qemu-git/patches/patch-target_m68k_fpu__helper.c | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/qemu-git/distinfo b/qemu-git/distinfo
index 3e66574acb..27e568d148 100644
--- a/qemu-git/distinfo
+++ b/qemu-git/distinfo
@@ -7,5 +7,4 @@ Size (qemu-2.8.1.tar.bz2) = 28366270 bytes
 SHA1 (patch-hw_scsi_esp.c) = aa7030ac8d09082bd57044e6a0d4e2fc5c066a45
 SHA1 (patch-hw_usb_dev-mtp.c) = abd0146b4369146bdcd1038906b057c3d0362e80
 SHA1 (patch-memory.c) = 30074f7f93c79dfc22ad4fb745f9e34941f831e6
-SHA1 (patch-target_m68k_fpu__helper.c) = c73a89e3f475ab01c581208b98db0e7f483dfb83
 SHA1 (patch-tests_Makefile.include) = a1dab206f61947079602d1bafcefc419b5d17881
diff --git a/qemu-git/patches/patch-target_m68k_fpu__helper.c b/qemu-git/patches/patch-target_m68k_fpu__helper.c
deleted file mode 100644
index 2dac8bc6cb..0000000000
--- a/qemu-git/patches/patch-target_m68k_fpu__helper.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- target/m68k/fpu_helper.c.orig	2017-09-11 11:41:44.065985219 +0000
-+++ target/m68k/fpu_helper.c
-@@ -29,7 +29,7 @@
-  */
- 
- static const floatx80 fpu_rom[128] = {
--    [0x00] = make_floatx80_init(0x4000, 0xc90fdaa22168c235ULL),  /* Pi       */
-+    [0x00] = make_floatx80_init(0x4000, 0x0c90fdaa22168c235LL),  /* Pi       */
-     [0x0b] = make_floatx80_init(0x3ffd, 0x9a209a84fbcff798ULL),  /* Log10(2) */
-     [0x0c] = make_floatx80_init(0x4000, 0xadf85458a2bb4a9aULL),  /* e        */
-     [0x0d] = make_floatx80_init(0x3fff, 0xb8aa3b295c17f0bcULL),  /* Log2(e)  */


Home | Main Index | Thread Index | Old Index