freebsd-dev/libexec/rtld-elf
John Polstra d1c02bccdc Update the asm statements to use the "+" modifier instead of
matching constraints where appropriate.  This makes the dynamic
linker buildable at -O0 again.

Thanks to Bruce Evans for identifying the cause of the build
problem.

MFC after:	1 week
2002-06-24 23:19:18 +00:00
..
alpha This is the same alloca() fix as was committed for i386. David O'Brien 2002-06-18 05:42:33 +00:00
amd64 Update the asm statements to use the "+" modifier instead of 2002-06-24 23:19:18 +00:00
i386 Update the asm statements to use the "+" modifier instead of 2002-06-24 23:19:18 +00:00
ia64 The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only). 2002-06-22 18:36:21 +00:00
sparc64 Add needed include of mman.h to fix sparc64 buildworld. 2002-06-24 05:23:46 +00:00
debug.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
debug.h Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The 2001-07-26 11:02:39 +00:00
Makefile Dillon's recent commits to the dynamic linker without running them 2002-06-10 21:51:16 +00:00
malloc.c Change brk's prototype from char *brk(const char *) to int brk(const void *) 2002-01-24 12:11:31 +00:00
map_object.c Add ia64 support. Various adjustments were made to existing targets to 2001-10-15 18:48:42 +00:00
rtld.1 Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a 2002-02-17 07:04:32 +00:00
rtld.c Fix handling of weak references to undefined symbols on ia64: 2002-04-27 05:32:51 +00:00
rtld.h Update rtld for the "new" ia64 ABI. In the old toolchain, the 2001-10-29 10:10:10 +00:00
xmalloc.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00