diff options
author | 2016-05-08 18:57:14 +0000 | |
---|---|---|
committer | 2016-05-08 18:57:14 +0000 | |
commit | b0fa0813648c745822d0b2d5932e3a71382d1711 (patch) | |
tree | bf5b34adc2956027b717513bc7f17778a9e90cfe /lib/libc | |
parent | Hide __fpu_* and make internal _Qp_* calls go direct. (diff) | |
download | wireguard-openbsd-b0fa0813648c745822d0b2d5932e3a71382d1711.tar.xz wireguard-openbsd-b0fa0813648c745822d0b2d5932e3a71382d1711.zip |
No, sigaltstack's onstack flag shouldn't be saved. Delete comment
wondering about that
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/setjmp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/gen/setjmp.S b/lib/libc/arch/powerpc/gen/setjmp.S index bbbe854e23d..1020da64ef2 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.8 2015/09/13 07:36:58 guenther Exp $ */ +/* $OpenBSD: setjmp.S,v 1.9 2016/05/08 18:57:14 guenther Exp $ */ /* * Copyright (c) 1996 Dale Rahn. All rights reserved. * @@ -73,7 +73,6 @@ ENTRY(setjmp) li 3, 0 bl PIC_PLT(_libc_sigblock) stw 3, JMP_sig(31) - /* should sigaltstack be checked and saved */ mr 3, 31 #ifdef __PIC__ lwz 30, JMP_r30(3) |