summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/arm
Commit message (Collapse)AuthorAgeFilesLines
* No need to provide atomic_cmpset_32() anymore.cognet2005-04-071-12/+0
|
* Only provide the dummy, non-atomic atomic_cmpset_32() ifcognet2005-02-261-0/+2
| | | | ARM_HAS_ATOMIC_CMPSET_32 isn't defined.
* Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld ascognet2004-11-231-0/+11
| | | | the signals are masked anyway.
* Remove these unused files before any other archs include the same bogusjhb2004-11-121-171/+0
| | | | file.
* Don't try to relocate the dynamic loader in reloc_non_plt(). It has alreadycognet2004-09-281-1/+4
| | | | been done before.
* Use add instead of saving the sp in a register.cognet2004-09-281-2/+1
|
* Add stubs for TLS.cognet2004-09-233-15/+30
| | | | Arbitraly choose the 2nd variant until I figure out which one I should use.
* Woohoo !cognet2004-06-171-2/+0
| | | | the latest binutils import mades this gross hack useless, so just remove it.
* Work around a problem somewhere with binutils (?) on arm, hopefully withoutcognet2004-05-151-0/+2
| | | | breaking any other arch this time.
* Import arm bits for rtld-elf.cognet2004-05-145-0/+682
Obtained from: NetBSD
OpenPOWER on IntegriCloud