summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/divrem.h
Commit message (Collapse)AuthorAgeFilesLines
* hide div functions in libc, but export them in ldso so that other shared ↵Mike Frysinger2006-03-021-0/+2
| | | | libs dont barf on us
* grab register definitions from regdef.h instead of using our own local onesMike Frysinger2006-03-021-41/+1
|
* hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger2006-02-151-0/+1
|
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-31/+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
* Needed for the alpha portEric Andersen2002-05-301-0/+266
-Erik