Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 Remove redundant , after .balign.



details:   https://anonhg.NetBSD.org/src/rev/6926d21bab8f
branches:  trunk
changeset: 767851:6926d21bab8f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 01 22:21:01 2011 +0000

description:
Remove redundant , after .balign.

diffstat:

 sys/arch/amd64/amd64/linux32_sigcode.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5d7efbe4ca52 -r 6926d21bab8f sys/arch/amd64/amd64/linux32_sigcode.S
--- a/sys/arch/amd64/amd64/linux32_sigcode.S    Mon Aug 01 17:05:16 2011 +0000
+++ b/sys/arch/amd64/amd64/linux32_sigcode.S    Mon Aug 01 22:21:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_sigcode.S,v 1.1 2006/02/09 19:18:56 manu Exp $ */
+/*     $NetBSD: linux32_sigcode.S,v 1.2 2011/08/01 22:21:01 joerg Exp $ */
 
 #include "assym.h"
 #include <machine/asm.h>
@@ -13,7 +13,7 @@
         movl    $LINUX32_SYS_exit,%eax
         int     $0x80
   
-       .balign 16,,
+       .balign 16
 NENTRY(linux32_rt_sigcode)
         call    *LINUX32_RT_SF_HANDLER(%esp)
         leal    LINUX32_RT_SF_UC(%esp),%ebx # scp
@@ -22,7 +22,7 @@
         int     $0x80
         movl    $LINUX32_SYS_exit,%eax
         int     $0x80
-       .balign 16,,
+       .balign 16
         .globl  _C_LABEL(linux32_esigcode)
 _C_LABEL(linux32_esigcode): 
 



Home | Main Index | Thread Index | Old Index