summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/brk.S
AgeCommit message (Collapse)Author
2005-06-10Remove TEXTREL relocations for ARM.Joakim Tjernlund
Hide __syscall_error from outside libc. From Peter Mazinger.
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
Some utilities, such as valgrind, have a legitimate reason to know the address of the current brk. Since we know such utils will peek under our skirt, we might as well give them what they expect and not use a gratuitously different symbol name. -Erik
2002-07-15Patch for a silly bug from David BlytheEric Andersen
2002-04-10Make assembly code PIC-compatible.David Schleef
2002-02-04Rework powerpc to be consistant with the other arches.Eric Andersen
-Erik