add .even to guarantee jmp instruction is on even address
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Jun 1990 00:52:16 +0000 (16:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Jun 1990 00:52:16 +0000 (16:52 -0800)
SCCS-vsn: lib/libc/hp300/sys/sigprocmask.s 5.2
SCCS-vsn: lib/libc/hp300/sys/sigsuspend.s 5.2

usr/src/lib/libc/hp300/sys/sigprocmask.s
usr/src/lib/libc/hp300/sys/sigsuspend.s

index 0183120..fcb19dc 100644 (file)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)sigprocmask.s       5.1 (Berkeley) %G%"
+       .asciz "@(#)sigprocmask.s       5.2 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 
+       .even
 err:
        jmp     cerror
 
 err:
        jmp     cerror
 
index c396229..9d9b080 100644 (file)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)sigsuspend.s        5.1 (Berkeley) %G%"
+       .asciz "@(#)sigsuspend.s        5.2 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 
 #endif /* LIBC_SCCS and not lint */
 
 #include "SYS.h"
 
+       .even
 err:
        jmp     cerror
 
 err:
        jmp     cerror