summaryrefslogtreecommitdiff
path: root/java/tya/files/patch-tya.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-12-31 17:49:30 +0000
committerRene Ladan <rene@FreeBSD.org>2010-12-31 17:49:30 +0000
commit97edbbeb02dcbbb0fdb39de8124cfe19375fdfa4 (patch)
treef2c7aa6375eda0caa178b0ec0cfff8e8691f77dc /java/tya/files/patch-tya.c
parentClean up after "rmport -a": (diff)
Also garbage collect this port, 'rmport -a' looks for portname and not
for category/portname. Previous note was a false alarm. 2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2
Notes
Notes: svn path=/head/; revision=267235
Diffstat (limited to 'java/tya/files/patch-tya.c')
-rw-r--r--java/tya/files/patch-tya.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/java/tya/files/patch-tya.c b/java/tya/files/patch-tya.c
deleted file mode 100644
index b35aaf482659..000000000000
--- a/java/tya/files/patch-tya.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- ./tya.c.orig Tue Jul 9 20:28:10 2002
-+++ ./tya.c Tue Oct 28 00:44:51 2003
-@@ -786,7 +786,7 @@
- unsigned long oldesp asm("anOldsp");
- unsigned long oldebp asm("anOldbp");
- unsigned long jumpTo asm("aJumpTo");
--#endif EXCEPTIONS_BY_SIGNALS
-+#endif /* EXCEPTIONS_BY_SIGNALS */
-
- #define NEWGETCONTEXT
- #define OFF116v5 4 // 0 for 114v4a
-@@ -916,16 +916,16 @@
-
- // restore old ebp and esp, push old eip on stack for exception handler
- // and jump there
-- asm volatile( "
-- movl $anOldbp, %eax
-- movl (%eax), %ebp
-- movl $anOldsp, %eax
-- movl (%eax), %esp
-- movl $anOldip, %eax
-- movl (%eax),%eax
-- pushl %eax
-- movl $aJumpTo, %eax
-- movl (%eax), %eax
-+ asm volatile( "\
-+ movl $anOldbp, %eax\
-+ movl (%eax), %ebp\
-+ movl $anOldsp, %eax\
-+ movl (%eax), %esp\
-+ movl $anOldip, %eax\
-+ movl (%eax),%eax\
-+ pushl %eax\
-+ movl $aJumpTo, %eax\
-+ movl (%eax), %eax\
- jmp *%eax" );
- #endif // EXCEPTIONS_BY_SIGNALS
- return HOOKRETVAL;