Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak profiling assembly functions in userland by defining the | 2017-06-23 | 1 | -2/+2 | |
| | | | | | | correct prologue if compiled with -DPROF. ok deraadt@ | ||||
* | Add STRONG_ALIAS macros to be used from assembly code in libc and | 2013-03-28 | 1 | -1/+2 | |
| | | | | | libm. While at it, remove now unused workarounds for lint. Agreed by kettenis@, guenther@, matthew@. | ||||
* | Make profiling actually work on hppa. | 2012-09-02 | 1 | -6/+20 | |
| | |||||
* | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | 2010-10-01 | 1 | -1/+3 | |
| | | | | | | | that didn't already have one, and then immediately use it in libc's SYS.h ok miod@ | ||||
* | generate .size for asm objects too (and kill *end labels) | 2005-01-23 | 1 | -2/+2 | |
| | |||||
* | hptmask goes away as a register and frees one tmp cr | 2003-07-15 | 1 | -2/+1 | |
| | |||||
* | define BSS() macro to allocate vars in the .bss like other archs do | 2002-05-20 | 1 | -1/+3 | |
| | |||||
* | define leaf_entry, better entry | 2001-03-29 | 1 | -43/+12 | |
| | |||||
* | more dr0 definitions for pcxs/pcxt | 2000-06-15 | 1 | -11/+1 | |
| | |||||
* | note about broken gas and align, some tabs vs spaces too | 2000-01-12 | 1 | -7/+8 | |
| | |||||
* | clean unused stuff | 1999-09-18 | 1 | -45/+6 | |
| | |||||
* | bigger stack frame size | 1999-08-14 | 1 | -2/+2 | |
| | |||||
* | proper entry/exit; no place for va_args12-13 | 1999-04-20 | 1 | -6/+2 | |
| | |||||
* | clean up subspaces somewhat | 1999-01-16 | 1 | -17/+9 | |
| | |||||
* | this is to shutup binutils | 1998-12-23 | 1 | -1/+4 | |
| | |||||
* | proper m-include protection, some minor cleanups | 1998-11-23 | 1 | -10/+4 | |
| | |||||
* | fix entry/exit macros | 1998-08-29 | 1 | -17/+42 | |
| | | | | | | add profiling support s/ptov/hptmask/ fix comments | ||||
* | more includes | 1998-07-07 | 1 | -0/+2 | |
| | |||||
* | hmm, how could i miss this one? | 1998-06-27 | 1 | -0/+320 | |