Mike Frysinger
|
37c2953fb8
whitespace clean up
|
19 years ago |
Mike Frysinger
|
d035aff96d
help if i named the var correctly ...
|
19 years ago |
Mike Frysinger
|
b869703642
help if i named the var correctly ...
|
19 years ago |
Mike Frysinger
|
0281752d5f
dl-debug.h for sparc
|
19 years ago |
Mike Frysinger
|
38a2227608
dl-debug.h for m68k
|
19 years ago |
Mike Frysinger
|
1d2e9585b4
fix GET_ARGV() so it pulls out the argc/argv/envp properly
|
19 years ago |
Mike Frysinger
|
efed1986bc
get rid of arch-specific defines in dl-startup.c and make each arch declare its requirements about initial bootstrapping
|
19 years ago |
Mike Frysinger
|
ab4c887b2e
add debug code for showing argc/argv/envp and touch up some other debug output
|
19 years ago |
Mike Frysinger
|
70265df9e4
clean up whitespace
|
19 years ago |
Mike Frysinger
|
0b78d3bb1a
remove broken asm code in elf_machine_dynamic() and just do it the glibc way (since it works)
|
19 years ago |
Mike Frysinger
|
94ba4f0d69
clean up from psm ... merge glibc updates and punt errno handling in favor of jockes trick of using __syscall_error
|
19 years ago |
Mike Frysinger
|
bddb15fad9
dont need errno.h anymore
|
19 years ago |
Mike Frysinger
|
6e6b2c4c78
add update from psm to support 6 arguments to syscall
|
19 years ago |
Mike Frysinger
|
dcdf4a3c8a
update syntax
|
19 years ago |
Mike Frysinger
|
4b0fc33d49
Yoshinori Sato writes:
|
19 years ago |
Mike Frysinger
|
f743732430
make RUNPATH/RPATH support configurable
|
19 years ago |
Mike Frysinger
|
ce9f1cf9c2
rip out all the duplicated debug code and move into a shared file
|
19 years ago |
Mike Frysinger
|
f7eee81da4
need features.h for the misc attribute defines and uclibc features
|
19 years ago |
Mike Frysinger
|
5002c5a31a
setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
|
19 years ago |
Mike Frysinger
|
77bd38db59
update comments/syntax and make sure we include features.h for the hidden define
|
19 years ago |
Mike Frysinger
|
76d8059342
Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting errno
|
19 years ago |
Mike Frysinger
|
d1de87b09d
err, need to commit the rest of the changes from psm too
|
19 years ago |
Mike Frysinger
|
5ddee2da0c
Peter S. Mazinger writes: we dont need features.h
|
19 years ago |
Mike Frysinger
|
075ac5a2e4
syntax touchups as suggested by Peter S. Mazinger
|
19 years ago |
Mike Frysinger
|
000311a8dd
import start of ldso based on glibc
|
19 years ago |
Mike Frysinger
|
1e857d0ce2
make sure ldso.o depends on more files in subdirs
|
19 years ago |
Mike Frysinger
|
47b3efda36
use % as the function marker instead of @
|
19 years ago |
Mike Frysinger
|
629ec28ed6
add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc test wont fail
|
19 years ago |
Mike Frysinger
|
f934cd0530
we need stdio.h for printf()
|
19 years ago |
Mike Frysinger
|
cba38d38fb
make test failures fatal
|
19 years ago |