Historia zmian

Autor SHA1 Wiadomość Data
  Mike Frysinger 69ec4a5d65 add syscall error handling with jockes simple errno setting solution 20 lat temu
  Mike Frysinger 0f9f0d5305 unneeded quotes 20 lat temu
  Mike Frysinger 379712737e rename crt0.S to crt1.S and clean up so it actually works :) 20 lat temu
  Mike Frysinger 665f338e86 declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off 20 lat temu
  Mike Frysinger a7334dddd4 cast buf as void* to fix warning 20 lat temu
  Mike Frysinger a6c1b25ea1 always define __IPC_64 regardless of __NR_ipc 20 lat temu
  Mike Frysinger 53bf32f39e tweak to get rid of warning when TZ is disabled 20 lat temu
  Mike Frysinger d20c637f14 whitespace/syntax updates 20 lat temu
  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 lat temu
  Mike Frysinger 8ef5414332 ifdef out check which always fails 20 lat temu
  Mike Frysinger bff338fd9a also symlink asm-$TARGET_ARCH if it exists 20 lat temu
  Mike Frysinger 2fec0b7cc2 remove __IPC_64 in syscall() macro since real 64bit arches dont need it (and it doesnt compile) 20 lat temu
  Joakim Tjernlund 16045684fd Add __libc_stack_end to ld.so. The libc.a version remains to do. 20 lat temu
  Joakim Tjernlund b077887e41 Oops. 20 lat temu
  Joakim Tjernlund 8ccf1631d3 stack_end in __uClibc_main must point to where argc is. 20 lat temu
  Joakim Tjernlund 802af2a812 Change L_Scrt1 to __PIC__ and delete old crt0.S 20 lat temu
  Joakim Tjernlund a0f9a1d509 Delete old stuff. 20 lat temu
  Joakim Tjernlund e1e90d8b85 Change L_Scrt1 to __PIC__ 20 lat temu
  Joakim Tjernlund e82535f90a Change L_Scrt1 to __PIC__ 20 lat temu
  Joakim Tjernlund a10edf5267 Hopefully fix PIE apps. 20 lat temu
  Mike Frysinger af519ad1c0 use _dl_debug_file instead of hardcode 2 20 lat temu
  Mike Frysinger a534ea55c5 move _dl_if_debug_dprint() to shared ldso header 20 lat temu
  Mike Frysinger ea3903eb7b create some DEBUG macros for the ld debug early 20 lat temu
  Mike Frysinger 6a461d406e whitespace/syntax cleanups 20 lat temu
  Mike Frysinger c279d07315 rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable 20 lat temu
  Mike Frysinger dd83a6905e would help if it actually compiled :/ 20 lat temu
  Mike Frysinger 32a3886019 hide the #ifdef debug macros/printfs behind one function to make the code more readable 20 lat temu
  Mike Frysinger d140a7134e whitespace tweak, dont mind me 20 lat temu
  Joakim Tjernlund 3579c6cf0e Fic gcc 4.0 compilation. Still no confimation that this works on 20 lat temu
  Mike Frysinger 1f29aa4828 sync whitespace with glibc 20 lat temu