summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/brk.S
Commit message (Collapse)AuthorAgeFilesLines
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-1/+1
|
* Merge from trunk."Steven J. Hill"2006-02-281-7/+6
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-0/+1
|
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-6/+0
| | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-7/+7
| | | | | | | | 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 from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-051-7/+8
|
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
| | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
* First pass attempt at an alpha portEric Andersen2002-05-101-0/+87