summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authortsutsui <tsutsui>2007-03-17 14:36:42 +0000
committertsutsui <tsutsui>2007-03-17 14:36:42 +0000
commita01bf2b8f9875feef0909c8503ae8aad7887baa7 (patch)
tree4300b463acc93474b65854aa88d5b8cc1e0386f8 /emulators/tme
parent37e75446bd59d4474fa7c79b258d100695f3af59 (diff)
downloadpkgsrc-a01bf2b8f9875feef0909c8503ae8aad7887baa7.tar.gz
Tweak a diff not to include RCS Id strings in the original source.
Diffstat (limited to 'emulators/tme')
-rw-r--r--emulators/tme/distinfo4
-rw-r--r--emulators/tme/patches/patch-bb33
2 files changed, 20 insertions, 17 deletions
diff --git a/emulators/tme/distinfo b/emulators/tme/distinfo
index 5b1a8a25603..86bc961502d 100644
--- a/emulators/tme/distinfo
+++ b/emulators/tme/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2007/03/17 13:44:18 tsutsui Exp $
+$NetBSD: distinfo,v 1.8 2007/03/17 14:36:42 tsutsui Exp $
SHA1 (tme-0.4.tar.gz) = 7a1a2c6aa05527b11f81925e4931e7250f5be308
RMD160 (tme-0.4.tar.gz) = a5b5ac56c8247f94cd96c92a04a6cb132ba92931
@@ -24,7 +24,7 @@ SHA1 (patch-aw) = fed1d90d936eac53dbe5be9a505bd7171768cc37
SHA1 (patch-ax) = b8f16847326e3599df4d73d1108f6815a9c46164
SHA1 (patch-az) = ab4a4164b880ed1716e7fed0e269b40c85515973
SHA1 (patch-ba) = 22a47dfbf0c494916e4e8f15aa1fc11b687feaa8
-SHA1 (patch-bb) = 7790146bcdf2b9b8249ed538e5ef7a57628b0a3f
+SHA1 (patch-bb) = 6f98e9456581676e380c2724937a7fbcbf660c2b
SHA1 (patch-bc) = 52253ad742a4f1dd4c437cd7f8df3c9815483390
SHA1 (patch-bd) = 69d00319ef82c1b274f56a61b5aa23a3770f5012
SHA1 (patch-be) = b22f599b6c156f404f0d011cb692bb14bf8363e7
diff --git a/emulators/tme/patches/patch-bb b/emulators/tme/patches/patch-bb
index 6d6a3d5eb94..b3eedabf805 100644
--- a/emulators/tme/patches/patch-bb
+++ b/emulators/tme/patches/patch-bb
@@ -1,14 +1,13 @@
-$NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
+$NetBSD: patch-bb,v 1.2 2007/03/17 14:36:42 tsutsui Exp $
--- ic/m68k/m68k-insns-auto.sh.orig 2005-03-23 11:09:33.000000000 +0900
-+++ ic/m68k/m68k-insns-auto.sh 2007-03-15 01:11:22.000000000 +0900
-@@ -51,8 +51,92 @@
- _TME_RCSID("\$Id: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $");
-
++++ ic/m68k/m68k-insns-auto.sh 2007-03-17 23:25:24.000000000 +0900
+@@ -58,6 +58,96 @@
EOF
--if $header; then :; else
+ fi
+
+if $header; then
- cat <<EOF
++ cat <<EOF
+
+/* following are to fix the movel sp,-(sp) problem (of the value being pushed
+ on the stack being off by four) and to warn if there are other possible
@@ -93,10 +92,14 @@ $NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
+else
+ cat <<EOF
+#include <stdio.h>
- #include "m68k-impl.h"
-
- EOF
-@@ -162,16 +246,16 @@
++
++EOF
++fi
++
+ # permute for the three different operand sizes we need to handle:
+ for size in 8 16 32; do
+
+@@ -162,16 +252,16 @@
echo ""
echo " if (!TME_M68K_SEQUENCE_RESTARTING) {"
echo " ic->_tme_m68k_ea_function_code = function_code;"
@@ -119,7 +122,7 @@ $NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
echo " ${dst} = ic->tme_m68k_ireg_memx${size};"
echo " ${src} = ic->tme_m68k_ireg_memy${size};"
;;
-@@ -181,6 +265,12 @@
+@@ -181,6 +271,12 @@
addx|subx)
echo " tme_uint16_t memory;"
echo ""
@@ -132,7 +135,7 @@ $NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
echo " memory = (TME_M68K_INSN_OPCODE & TME_BIT(3));"
echo " if (memory) {"
echo " TME_M68K_INSN_CANFAULT;"
-@@ -239,6 +329,35 @@
+@@ -239,6 +335,35 @@
fi
echo ";"
@@ -168,7 +171,7 @@ $NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
# store the result:
if $store_res; then
echo ""
-@@ -362,6 +481,10 @@
+@@ -362,6 +487,10 @@
adda) op='+' ; src="_op0" ; dst="_op1" ;;
movea) op='' ; src="_op1" ; dst="_op0" ;;
esac
@@ -179,7 +182,7 @@ $NetBSD: patch-bb,v 1.1 2007/03/17 13:44:20 tsutsui Exp $
echo " *((tme_int32_t *) ${dst}) ${op}= *((tme_int${size}_t *) ${src});"
echo " TME_M68K_INSN_OK;"
echo "}"
-@@ -801,6 +924,10 @@
+@@ -801,6 +930,10 @@
echo " tme_uint16_t specopy = TME_M68K_INSN_OP0(tme_uint16_t);"
echo " tme_uint32_t addrx;"
echo " tme_uint32_t addry;"