factor dlerror and error-setting code out of dynlink.c
authorRich Felker <dalias@aerifal.cx>
Mon, 25 Jan 2016 22:56:00 +0000 (17:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 Jan 2016 23:44:09 +0000 (18:44 -0500)
commita4fbc82c8e2a311baa0c6b5a4a4cdbb6c8f66edb
treeeb368017345db9128a508f4222794cd7fe6763c9
parente7a1118984d071fdd65c486c52271ad4f1561fb8
factor dlerror and error-setting code out of dynlink.c

the ultimate goal of this change is to get all code used in libc.a out
of dynlink.c, so that the dynamic linker code can be moved to its own
tree and object files in the src tree can all be shared between libc.a
and libc.so.
src/ldso/dlerror.c [new file with mode: 0644]
src/ldso/dynlink.c