glibc/ports/sysdeps
Chris Metcalf 47cc1490e0 Invoke DL_AFTER_LOAD if defined
This hook is useful for any arch-specific functionality that
should be done on loaded objects.  For the tile architecture,
the hook is already provided (though we switch to using the new
macro name with this commit) and implements a simulator notifier
so that the simulator can load Elf symbols to match the object
and generate better error messages for PC's.

Also, remove a spurious definition of DL_UNMAP in dl-runtime.c
2012-10-30 14:16:18 -04:00
..
alpha Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
am33 Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
arm Add missing magic to GLIBC_PROVIDES. 2012-10-09 15:41:30 -07:00
hppa Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
ia64 Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
m68k Add generic versions of pthread_spin_lock and pthread_spin_trylock. 2012-08-15 16:29:06 -07:00
mips Fix strtod handling of underflow (bug 14047). 2012-10-30 13:51:27 +00:00
powerpc Make strtod respect the rounding mode (bug 14518). 2012-09-12 23:36:19 +00:00
tile Invoke DL_AFTER_LOAD if defined 2012-10-30 14:16:18 -04:00
unix tile: improve ABI and #include use in gettimeofday vdso support 2012-10-30 14:11:54 -04:00