CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/26 23:08:57
Modified files:
lib/libc/arch/powerpc64/sys: sbrk.S
Log message:
Fix powerpc64's sbrk()
Initialize __curbrk = &_end.
It's a 64-bit pointer, so use ld/std instead of lwz/stw.
ok drahn@
