opnsense-src/lib/libc/ia64/sys
Konstantin Belousov 150facd256 Rework the __vdso_* symbols attributes to only make the symbols weak,
but use normal references instead of weak.  This makes the statically
linked binaries to use fast gettimeofday(2) by forcing the linker to
resolve references and providing the neccessary functions.

Reported by:	bde
Tested by:	marius (sparc64)
MFC after:	2 weeks
2013-01-30 12:48:16 +00:00
..
__vdso_gettc.c Rework the __vdso_* symbols attributes to only make the symbols weak, 2013-01-30 12:48:16 +00:00
brk.S Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
cerror.S Use __FBSDID. 2003-03-03 01:09:46 +00:00
exect.S Use __FBSDID. 2003-03-03 01:09:46 +00:00
fork.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
getcontext.S Override the default stubs for getcontext(2) and swapcontext(2) so 2003-08-02 00:49:36 +00:00
Makefile.inc Rework the __vdso_* symbols attributes to only make the symbols weak, 2013-01-30 12:48:16 +00:00
Ovfork.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
pipe.S Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
ptrace.S Use __FBSDID. 2003-03-03 01:09:46 +00:00
sbrk.S Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
setlogin.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
sigreturn.S Use __FBSDID. 2003-03-03 01:09:46 +00:00
swapcontext.S Override the default stubs for getcontext(2) and swapcontext(2) so 2003-08-02 00:49:36 +00:00