summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/brk.S
Commit message (Collapse)AuthorAgeFilesLines
* 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