Commit History

Author SHA1 Message Date
  Joakim Tjernlund d1b0dffff4 Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to 19 years ago
  Joakim Tjernlund df0e39281e Enable new FINI processing. ldso now passes a FINI function 19 years ago
  "Steven J. Hill" 40648f65b2 Get rid of extern references to ldso variables. 19 years ago
  "Steven J. Hill" 0f1d9b431f GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try 19 years ago
  Joakim Tjernlund fdaf1b4fa8 Cleanup library loading. 19 years ago
  Eric Andersen c5ba045115 early debug stuff goes to stderr, not _dl_debug_file 19 years ago
  Eric Andersen 44c04f38df fix a thinko -- we cant use 19 years ago
  Eric Andersen a33e642102 Only dl-startup.c should be using the SEND_STDERR macros, 19 years ago
  Joakim Tjernlund 447c0b1572 Prepare PowerPC some more for standalone exection of ldso. 19 years ago
  Eric Andersen 8ae1e1d1cc minor cosmetic cleanup 19 years ago
  Joakim Tjernlund e6816a15ab Moved the addition of load address from the fast path 19 years ago
  Joakim Tjernlund d028db7898 Move ldso FINI handling into _dl_fini(). Add #ifndef _DL_DO_FINI_IN_LIBC around 19 years ago
  Peter Kjellerstedt 3e8b9f4203 Corrected a typo (exection -> execution). 19 years ago
  Joakim Tjernlund 2331c7f052 General arch cleanup and prepare support for standalone 19 years ago
  Eric Andersen 90fd5cb00f Fix up x86 so it compiles again. 19 years ago
  Joakim Tjernlund 240d91d688 Simplify PT_INTERP handling. 19 years ago
  Joakim Tjernlund 3b67c539e3 Force suid apps to do unlazy binding of the PLT relocs. 19 years ago
  Mike Frysinger a7e14569d2 fix eriks e-mail address 19 years ago
  Joakim Tjernlund a5ebab1766 Add BIND NOW support to MIPS. 19 years ago
  Joakim Tjernlund 0038f6a229 Add RTLD_LOCAL support for dlopened libs. Reported by 19 years ago
  Joakim Tjernlund dc0f822bfe - Remove dynamic_size from struct elf_resolve. 19 years ago
  Manuel Novoa III c89a188ff9 Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP test 19 years ago
  Joakim Tjernlund c8473092e0 Remove usage of _dl_parse_copy_information() from generic code. 19 years ago
  Joakim Tjernlund 80c6a0958a Peter S. Mazinger writes: 19 years ago
  Joakim Tjernlund e93138024a Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__ 19 years ago
  Joakim Tjernlund 162e21b2a2 Peter Kjellerstedt writes: 19 years ago
  Joakim Tjernlund 90c50876ac Second attempt to fix the INIT/FINI order. This time I think I got it right :) 20 years ago
  Joakim Tjernlund b54df7ec54 First attempt to fix the INIT/FINI ordering. Fingers crossed :) 20 years ago
  Eric Andersen 09640dcc9d Dont mess with __curbrk in ldso 20 years ago
  Joakim Tjernlund d6ea385286 #include "dl-startup.c into ldso.c, making ldso one compilation unit. 20 years ago