summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc/md_init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-081-0/+59
be a section which code stubs (branches) can be added to initialize/destructor This adds MD stubs to allow this to operate as expected. should fix wine and behave according to ELF specs. ok miod@