... changing to use /**/ instead of ! as comments
* sysdeps/unix/bsd/osf/alpha/brk.S: Likewise. * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
This commit is contained in:
parent
77162807d7
commit
fa21d69305
@ -20,6 +20,7 @@ Fri Apr 14 18:49:03 1995 Brendan Kehoe (brendan@zen.org)
|
|||||||
|
|
||||||
* sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
|
* sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
|
||||||
preprocessor comments, not assembler comments.
|
preprocessor comments, not assembler comments.
|
||||||
|
* sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
|
||||||
* sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
|
* sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
|
||||||
|
|
||||||
Fri Apr 14 15:53:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
Fri Apr 14 15:53:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||||
|
@ -34,13 +34,13 @@ __curbrk:
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
ENTRY(__brk)
|
ENTRY(__brk)
|
||||||
! FIXME We do not check for asking for less than a page yet.
|
/* FIXME We do not check for asking for less than a page yet. */
|
||||||
ldiq v0, SYS_brk
|
ldiq v0, SYS_brk
|
||||||
call_pal PAL_callsys
|
call_pal PAL_callsys
|
||||||
bne a3, error
|
bne a3, error
|
||||||
|
|
||||||
/* Update __curbrk and exit cleanly. */
|
/* Update __curbrk and exit cleanly. */
|
||||||
! ldgp gp, 0(t12)
|
/* ldgp gp, 0(t12) */
|
||||||
stl a0, __curbrk
|
stl a0, __curbrk
|
||||||
|
|
||||||
mov zero, v0
|
mov zero, v0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user