summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/brk.S
Commit message (Collapse)AuthorAgeFilesLines
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-051-0/+7
| | | | | | config option --enable-secureplt. The assembler must also supports R_PPC_REL16* relocations. gcc 4.1.1 and binutils 2.17 is known to do this.
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-1/+2
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-4/+3
| | | | most of global data relocations are back
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-101-5/+3
|
* fix build/segv issues as reported and fixed by Brent CookMike Frysinger2006-03-091-1/+13
|
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+6
| | | | missing headers, other jump relocs removed
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-0/+1
|
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-11/+9
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-4/+4
| | | | | | | | 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
* Patch for a silly bug from David BlytheEric Andersen2002-07-151-1/+1
|
* Make assembly code PIC-compatible.David Schleef2002-04-101-0/+4
|
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-041-0/+59
-Erik