summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/mcount.S
AgeCommit message (Collapse)Author
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
2003-03-06Finish off gmon based profiling for powerpcEric Andersen