diff options
author | 2016-05-29 06:16:52 +0000 | |
---|---|---|
committer | 2016-05-29 06:16:52 +0000 | |
commit | c7157a997f8927d925ee69adf09bab3d51ceefbd (patch) | |
tree | d37d4ba6d022fa721674677629326485469ae8cb /lib/libc | |
parent | Prefer AF_* over PF_* and 'address family' over 'protocol family' (diff) | |
download | wireguard-openbsd-c7157a997f8927d925ee69adf09bab3d51ceefbd.tar.xz wireguard-openbsd-c7157a997f8927d925ee69adf09bab3d51ceefbd.zip |
Use .balign instead of .align; only need 8 byte alignment not 2^8
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/setjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/gen/setjmp.S b/lib/libc/arch/powerpc/gen/setjmp.S index 90b6c11428b..bced84b0b66 100644 --- a/lib/libc/arch/powerpc/gen/setjmp.S +++ b/lib/libc/arch/powerpc/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.11 2016/05/22 23:56:30 guenther Exp $ */ +/* $OpenBSD: setjmp.S,v 1.12 2016/05/29 06:16:52 guenther Exp $ */ /* * Copyright (c) 1996 Dale Rahn. All rights reserved. * @@ -55,7 +55,7 @@ #define JMP_sig 0x60 .section .openbsd.randomdata,"aw",@progbits - .align 8 + .balign 8 .globl __jmpxor .hidden __jmpxor __jmpxor: |