Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-cyclone_Main.cpp,v 1.1 2015/03/31 15:20:53 joerg Exp $
--- cyclone/Main.cpp.orig 2013-02-09 20:26:18.000000000 +0000
+++ cyclone/Main.cpp
@@ -275,7 +275,7 @@ static void PrintFramework()
ot(" cmp r2,#0xf\n");
ot(" addeq r2,r2,#1 ;@ 0xf is really 0x10\n");
ot(" tst r2,r2\n");
- ot(" ldreqh r2,[r0],#2 ;@ counter is in next word\n");
+ ot(" ldrheq r2,[r0],#2 ;@ counter is in next word\n");
ot(" tst r2,r2\n");
ot(" beq unc_finish ;@ done decompressing\n");
ot(" tst r1,r1\n");
@@ -570,7 +570,7 @@ static void PrintFramework()
ot(" ldr r3,[r7,#0x8c] ;@ IrqCallback\n");
ot(" add lr,pc,#4*3\n");
ot(" tst r3,r3\n");
- ot(" streqb r3,[r7,#0x47] ;@ just clear IRQ if there is no callback\n");
+ ot(" strbeq r3,[r7,#0x47] ;@ just clear IRQ if there is no callback\n");
ot(" mvneq r0,#0 ;@ and simulate -1 return\n");
ot(" bxne r3\n");
#if INT_ACK_CHANGES_CYCLES