Add `\n' to the assembler line so that it will assemble correctly. The

assembler got confused with the floating .elseif
This commit is contained in:
reinoud 2004-06-15 20:05:54 +00:00
parent 7e7761ad48
commit 2e6c9f3704
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2004/06/02 15:09:01 taya Exp $
$NetBSD: distinfo,v 1.6 2004/06/15 20:05:54 reinoud Exp $
SHA1 (firefox-source-0.8.tar.bz2) = 8282f17a8f51265a86923c03362bba629162bf05
Size (firefox-source-0.8.tar.bz2) = 31102943 bytes
@ -33,4 +33,4 @@ SHA1 (patch-bs) = e9434aadc52b0120dcfc80e57002152d2bd47605
SHA1 (patch-bt) = a033b83ee633391ffc138442697fbe754ec92902
SHA1 (patch-bu) = db33b8651e3cb1fbf9a18dbe78e1e8288cfda0ee
SHA1 (patch-bv) = 4f23dfd885131ea866f31370f1421e7c19706860
SHA1 (patch-bw) = 789f63b68eaffac878866b5d111de60939d1f844
SHA1 (patch-bw) = a2dd1af3ddf7f16636b530e8c1787409e2b58158

View file

@ -1,4 +1,4 @@
$NetBSD: patch-bw,v 1.1 2004/06/02 15:09:01 taya Exp $
$NetBSD: patch-bw,v 1.2 2004/06/15 20:05:54 reinoud Exp $
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp 2001-09-29 05:12:52.000000000 +0900
@ -34,7 +34,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha
+" .prologue 1\n" \
+" lda $1,"#n"\n" \
+" br $31,$SharedStub..ng\n" \
+" .end _ZN14nsXPTCStubBase6Stub"#n"Ev" \
+" .end _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \
+" .elseif "#n" < 1000 \n" \
+" .globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \
+" .ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \