aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
| | | | | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson Notes: svn path=/head/; revision=127977
* - Fix placement of cvs ids in previous commit to match .S files in libc.Jake Burkholder2003-04-291-11/+2
| | | | | | | | - gcc uses 32 byte alignment for functions regardless of profiling, so follow suit. Notes: svn path=/head/; revision=114188
* I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.David E. O'Brien2003-04-261-2/+38
| | | | | | | | | | Restore the bits and remove them from asmacros.h. *.S will now be asm.h consumers. Approved by: jake Notes: svn path=/head/; revision=114085
* The ENTRY bits were in two places. Remove the one not used (asm.h), butDavid E. O'Brien2003-04-261-24/+0
| | | | | | | presurve the nice comment by adding it to asmacros.h. Notes: svn path=/head/; revision=114072
* ASM versions of __FBSDID.David E. O'Brien2002-03-231-0/+10
| | | | Notes: svn path=/head/; revision=92998
* Define __ASM__ so that libc will know not to define C things.Jake Burkholder2002-01-011-0/+2
| | | | Notes: svn path=/head/; revision=88790
* Add kernel headers needed to build libc. Some are bogus and/or just enoughJake Burkholder2001-11-181-0/+98
to compile. Mostly obtained from: netbsd Notes: svn path=/head/; revision=86551