sync with OpenBSD -current
This commit is contained in:
parent
4c73aa256c
commit
086d8cf2c2
118 changed files with 975 additions and 393 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: brk.S,v 1.14 2015/09/10 13:29:09 guenther Exp $ */
|
||||
/* $OpenBSD: brk.S,v 1.15 2023/12/10 16:45:51 deraadt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -65,7 +65,8 @@ ENTRY(brk)
|
|||
1:
|
||||
or %r4,%r2,0
|
||||
or %r13,%r0,__SYSCALLNAME(SYS_,break)
|
||||
tb0 0,%r0,450
|
||||
99: tb0 0,%r0,450
|
||||
PINSYSCALL(SYS_break, 99b)
|
||||
#ifdef __PIC__
|
||||
br 9f
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue