/* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. The dynamic linker defines some functions used by libc.so.6, but ld uses definitions from libc.a before examining the dependencies of libc.so.6 to find ld.so.1. */ GROUP ( libc.so.6 ld.so.1 libc.a )