summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r278870marius2015-02-241-0/+10
| | | | | | | | Unbreak sparc64 after r276630 (MFCed to stable/10 in r277317) by calling __sparc_sigtramp_setup signal trampoline as part of the MD __sys_sigaction again. Submitted by: kib (initial versions)
* Add macros for alternate entry points.marius2010-09-151-1/+8
|
* Remove advertising clause from University of California Regent'simp2004-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
* - Fix placement of cvs ids in previous commit to match .S files in libc.jake2003-04-291-11/+2
| | | | | - gcc uses 32 byte alignment for functions regardless of profiling, so follow suit.
* I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.obrien2003-04-261-2/+38
| | | | | | | Restore the bits and remove them from asmacros.h. *.S will now be asm.h consumers. Approved by: jake
* The ENTRY bits were in two places. Remove the one not used (asm.h), butobrien2003-04-261-24/+0
| | | | presurve the nice comment by adding it to asmacros.h.
* ASM versions of __FBSDID.obrien2002-03-231-0/+10
|
* Define __ASM__ so that libc will know not to define C things.jake2002-01-011-0/+2
|
* Add kernel headers needed to build libc. Some are bogus and/or just enoughjake2001-11-181-0/+98
to compile. Mostly obtained from: netbsd
OpenPOWER on IntegriCloud