summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/brk.S
AgeCommit message (Collapse)Author
2004-02-05Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
2002-05-10First pass attempt at an alpha portEric Andersen