summaryrefslogtreecommitdiff
path: root/lib/libc/gmon/gmon.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the profile data file name from gmon.out to progname.gmonJohn Birrell1998-09-051-4/+11
| | | | | | | where progname comes from __progname in crt0 or crt1. Notes: svn path=/head/; revision=38845
* These files are very specific to FreeBSD kernels, so silently compileJohn Birrell1998-03-091-0/+2
| | | | | | | no code when building a library with __NETBSD_SYSCALLS defined. Notes: svn path=/head/; revision=34361
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)Peter Wemm1996-05-051-0/+4
| | | | | | | | | | | | | | In a nutshell, this macroizes the local/global symbol scoping rules that are different in a.out and ELF. It also makes the i386 assembler stubs conform to i386 PIC calling conventions - the a.out ld.so didn't object, but the ELF one needs it as it implements PIC jumps via PLT's as well as calls. The a.out rtld only worked because it was accidently snooping the grandparent calling function's return address off the stack.. This also affects the libc_r code a little, because of cpp macro nesting. Notes: svn path=/head/; revision=15634
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+254
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573