sync
This commit is contained in:
parent
9e7f51724c
commit
4b78db449c
42 changed files with 1110 additions and 143 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ldasm.S,v 1.30 2019/05/10 13:29:21 guenther Exp $ */
|
||||
/* $OpenBSD: ldasm.S,v 1.31 2023/05/18 16:33:39 guenther Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002,2004 Dale Rahn
|
||||
|
@ -70,6 +70,7 @@ END(_dl_start)
|
|||
_ENTRY(_dl_bind_start)
|
||||
.cfi_startproc
|
||||
.cfi_adjust_cfa_offset 16
|
||||
endbr64
|
||||
pushfq # save registers
|
||||
.cfi_adjust_cfa_offset 8
|
||||
/*.cfi_offset %rflags, -16 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue