avoid referencing address of extern function from vdprintf
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Feb 2011 03:24:28 +0000 (22:24 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 21 Feb 2011 03:24:28 +0000 (22:24 -0500)
commit4ee039f3545976f9e3e25a7e5d7b58f1f2316dc3
tree59294330e4d6081d28df7f45b594a350d32cfae8
parentba68efc921578438db5ab263edd2e9c4654bb412
avoid referencing address of extern function from vdprintf

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.
src/stdio/vdprintf.c