Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2007-01-05 | Support SecurePLTs for PowerPC. You need a toolchain that supports | Joakim Tjernlund | |
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. | |||
2006-08-23 | fixes from psm: hide internal brk symbols | Mike Frysinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-03-10 | Remove duplicate hidden __curbrk (ppc), make use of the hidden versions | Peter S. Mazinger | |
2006-03-09 | fix build/segv issues as reported and fixed by Brent Cook | Mike Frysinger | |
2006-02-01 | I will risk this one: __curbrk | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-06-10 | Remove TEXTREL relocations for ARM. | Joakim Tjernlund | |
Hide __syscall_error from outside libc. From Peter Mazinger. | |||
2004-07-30 | s/___brk_addr/__curbrk/g | Eric 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-15 | Patch for a silly bug from David Blythe | Eric Andersen | |
2002-04-10 | Make assembly code PIC-compatible. | David Schleef | |
2002-02-04 | Rework powerpc to be consistant with the other arches. | Eric Andersen | |
-Erik |