Mike Frysinger
|
d097452b7f
touchup syntax
|
19 years ago |
Mike Frysinger
|
cbe1e9b485
touchups syntax and fix warning when using 64bit arches
|
19 years ago |
Joakim Tjernlund
|
201e52dd6f
declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off
|
19 years ago |
Mike Frysinger
|
cc90599160
need to include features.h to get uclibc defines
|
19 years ago |
Mike Frysinger
|
27e4c91c63
need to include features.h to get uclibc defines
|
19 years ago |
Mike Frysinger
|
ba4c380d51
previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 so that it will compile and it is correct
|
19 years ago |
Mike Frysinger
|
7d0af1f89e
if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto (same goes for recv/recvfrom)
|
19 years ago |
Joakim Tjernlund
|
13f449ceaa
Minor cleanup.
|
19 years ago |
Mike Frysinger
|
60a3f7d7d8
syntax tweaks
|
19 years ago |
Mike Frysinger
|
dd06c9a1f0
update Makefile to match ppc and new files
|
19 years ago |
Mike Frysinger
|
6260828bc7
make sure we setup stat64 too
|
19 years ago |
Mike Frysinger
|
69ec4a5d65
add syscall error handling with jockes simple errno setting solution
|
19 years ago |
Mike Frysinger
|
0f9f0d5305
unneeded quotes
|
19 years ago |
Mike Frysinger
|
379712737e
rename crt0.S to crt1.S and clean up so it actually works :)
|
19 years ago |
Mike Frysinger
|
665f338e86
declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off
|
19 years ago |
Mike Frysinger
|
a7334dddd4
cast buf as void* to fix warning
|
19 years ago |
Mike Frysinger
|
a6c1b25ea1
always define __IPC_64 regardless of __NR_ipc
|
19 years ago |
Mike Frysinger
|
53bf32f39e
tweak to get rid of warning when TZ is disabled
|
19 years ago |
Mike Frysinger
|
d20c637f14
whitespace/syntax updates
|
19 years ago |
Mike Frysinger
|
3571511798
if we have a signal handler in place to cover SIGABRT, we have to make sure the code that unregisters it raises SIGABRT again so the program actually aborts
|
19 years ago |
Mike Frysinger
|
8ef5414332
ifdef out check which always fails
|
19 years ago |
Mike Frysinger
|
bff338fd9a
also symlink asm-$TARGET_ARCH if it exists
|
19 years ago |
Mike Frysinger
|
2fec0b7cc2
remove __IPC_64 in syscall() macro since real 64bit arches dont need it (and it doesnt compile)
|
19 years ago |
Joakim Tjernlund
|
16045684fd
Add __libc_stack_end to ld.so. The libc.a version remains to do.
|
19 years ago |
Joakim Tjernlund
|
b077887e41
Oops.
|
19 years ago |
Joakim Tjernlund
|
8ccf1631d3
stack_end in __uClibc_main must point to where argc is.
|
19 years ago |
Joakim Tjernlund
|
802af2a812
Change L_Scrt1 to __PIC__ and delete old crt0.S
|
19 years ago |
Joakim Tjernlund
|
a0f9a1d509
Delete old stuff.
|
19 years ago |
Joakim Tjernlund
|
e1e90d8b85
Change L_Scrt1 to __PIC__
|
19 years ago |
Joakim Tjernlund
|
e82535f90a
Change L_Scrt1 to __PIC__
|
19 years ago |