summaryrefslogtreecommitdiffstats
path: root/linker/linker_format.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug output in the dynamic linker.David 'Digit' Turner2010-02-111-0/+41
This provides a mini-printf implementation that reduces the size of the dynamic linker by 25 KB, by preventing the drag of formatting-related routines from the C library. Also allow traces to be sent to the log, instead of stdout. NOTE: You now need to modify Android.mk to enable/disable debug output.