summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon/gmon.c
Commit message (Collapse)AuthorAgeFilesLines
* These files are very specific to FreeBSD kernels, so silently compilejb1998-03-091-0/+2
| | | | no code when building a library with __NETBSD_SYSCALLS defined.
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)peter1996-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.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+254
OpenPOWER on IntegriCloud