summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/machine-gmon.h
AgeCommit message (Collapse)Author
2003-09-07i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III
in registers. NOTE: i386/mcount.S really needs to be rewritten. It currently won't work for non-PIC builds.
2003-03-03Initial effort at adding profiling support.Eric Andersen