summaryrefslogtreecommitdiff
path: root/lib/csu/sparc64/md_init.h
AgeCommit message (Collapse)Author
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
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@