summaryrefslogtreecommitdiff
path: root/src/stdio/vdprintf.c
AgeCommit message (Collapse)AuthorLines
2011-02-20avoid referencing address of extern function from vdprintfRich Felker-1/+6
this change is in preparation for upcoming PIC/shared library support. the intent is to avoid going through the GOT, mainly so that dprintf is operable immediately, prior to processing of relocations. having dprintf accessible from the dynamic linker will make writing and debugging the dynamic linker much easier.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+14