summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sh/rtld_machine.c
AgeCommit message (Expand)Author
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-05-02Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.Philip Guenthe
2008-07-24release the bind lock before resetting the signal maskPhilip Guenthe
2008-06-27Remove again the old _dl_md_reloc() calls-through-plt workaround: it isMiod Vallat
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
2007-11-27Make _dl_md_reloc_got() report errors, and take them into account.Miod Vallat
2007-05-05Provide hook so that rthreads can provide a spinlock to protect from racesDale Rahn
2007-03-07Put the workaround back in because gcc fails to build otherwise. ok deraadt@Dale Rahn
2007-03-06Revert a workaround that was put in for softfpu ABI violations, hardfp doesnt.Dale Rahn
2007-02-03Kludge around a horrible problem where gcc 'knows' that __udivsi3 willDale Rahn
2006-11-11remove '#if 0' block.Dale Rahn
2006-11-10better...Dale Rahn
2006-11-10Getting much closer.Dale Rahn
2006-11-10Not quite working ld.so support for shDale Rahn