marius
c837ced420
Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal
...
trampoline as part of the MD __sys_sigaction again.
Submitted by: kib (initial versions)
MFC after: 3 days
2015-02-16 22:13:03 +00:00
emaste
fda27c9937
Revert r274772: it is not valid on MIPS
...
Reported by: sbruno
2014-11-25 03:50:31 +00:00
emaste
c7e313326d
Use canonical __PIC__ flag
...
It is automatically set when -fPIC is passed to the compiler.
Reviewed by: dim, kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D1179
2014-11-21 02:05:48 +00:00
marius
3ae351af19
Add macros for alternate entry points.
2010-09-15 21:11:29 +00:00
imp
ebf059d1df
Remove advertising clause from University of California Regent's
...
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.
Approved by: core, peter, alc, rwatson
2004-04-07 05:00:01 +00:00
jake
62742a67f4
- Fix placement of cvs ids in previous commit to match .S files in libc.
...
- gcc uses 32 byte alignment for functions regardless of profiling, so
follow suit.
2003-04-29 00:37:41 +00:00
obrien
0c6d9d6137
I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.
...
Restore the bits and remove them from asmacros.h. *.S will now be asm.h
consumers.
Approved by: jake
2003-04-26 20:54:45 +00:00
obrien
fd57950371
The ENTRY bits were in two places. Remove the one not used (asm.h), but
...
presurve the nice comment by adding it to asmacros.h.
2003-04-26 17:17:45 +00:00
obrien
4c2f517045
ASM versions of __FBSDID.
2002-03-23 02:01:27 +00:00
jake
440d569653
Define __ASM__ so that libc will know not to define C things.
2002-01-01 21:21:05 +00:00
jake
41a88cc21e
Add kernel headers needed to build libc. Some are bogus and/or just enough
...
to compile.
Mostly obtained from: netbsd
2001-11-18 17:56:46 +00:00