Mike Frysinger
|
53bf32f39e
tweak to get rid of warning when TZ is disabled
|
20 年之前 |
Mike Frysinger
|
d20c637f14
whitespace/syntax updates
|
20 年之前 |
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
|
20 年之前 |
Mike Frysinger
|
8ef5414332
ifdef out check which always fails
|
20 年之前 |
Mike Frysinger
|
bff338fd9a
also symlink asm-$TARGET_ARCH if it exists
|
20 年之前 |
Mike Frysinger
|
2fec0b7cc2
remove __IPC_64 in syscall() macro since real 64bit arches dont need it (and it doesnt compile)
|
20 年之前 |
Joakim Tjernlund
|
16045684fd
Add __libc_stack_end to ld.so. The libc.a version remains to do.
|
20 年之前 |
Joakim Tjernlund
|
b077887e41
Oops.
|
20 年之前 |
Joakim Tjernlund
|
8ccf1631d3
stack_end in __uClibc_main must point to where argc is.
|
20 年之前 |
Joakim Tjernlund
|
802af2a812
Change L_Scrt1 to __PIC__ and delete old crt0.S
|
20 年之前 |
Joakim Tjernlund
|
a0f9a1d509
Delete old stuff.
|
20 年之前 |
Joakim Tjernlund
|
e1e90d8b85
Change L_Scrt1 to __PIC__
|
20 年之前 |
Joakim Tjernlund
|
e82535f90a
Change L_Scrt1 to __PIC__
|
20 年之前 |
Joakim Tjernlund
|
a10edf5267
Hopefully fix PIE apps.
|
20 年之前 |
Mike Frysinger
|
af519ad1c0
use _dl_debug_file instead of hardcode 2
|
20 年之前 |
Mike Frysinger
|
a534ea55c5
move _dl_if_debug_dprint() to shared ldso header
|
20 年之前 |
Mike Frysinger
|
ea3903eb7b
create some DEBUG macros for the ld debug early
|
20 年之前 |
Mike Frysinger
|
6a461d406e
whitespace/syntax cleanups
|
20 年之前 |
Mike Frysinger
|
c279d07315
rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable
|
20 年之前 |
Mike Frysinger
|
dd83a6905e
would help if it actually compiled :/
|
20 年之前 |
Mike Frysinger
|
32a3886019
hide the #ifdef debug macros/printfs behind one function to make the code more readable
|
20 年之前 |
Mike Frysinger
|
d140a7134e
whitespace tweak, dont mind me
|
20 年之前 |
Joakim Tjernlund
|
3579c6cf0e
Fic gcc 4.0 compilation. Still no confimation that this works on
|
20 年之前 |
Mike Frysinger
|
1f29aa4828
sync whitespace with glibc
|
20 年之前 |
Eric Andersen
|
e98a943d44
Jim Ramsay writes:
|
20 年之前 |
Mike Frysinger
|
f1d65a96ff
change the old pads to the new nano sec fields
|
20 年之前 |
Mike Frysinger
|
3f788a09d4
touchup syntax for no real good reason ;)
|
20 年之前 |
Eric Andersen
|
299d67551e
Based on start.S from debian's glibc, this gets arm working
|
20 年之前 |
Eric Andersen
|
caaf3c4862
Add missing file needed for arm to compile
|
20 年之前 |
Eric Andersen
|
099530b70a
Based in part on related code in glibc, this might even be correct.
|
20 年之前 |