|
@@ -29,13 +29,6 @@ License along with uClibc; see the file COPYING.LIB. If not, see
|
|
|
References to symbols in sharable libraries can be resolved by either
|
|
|
an ELF sharable library or a linux style of shared library. */
|
|
|
|
|
|
-
|
|
|
- I ever taken any courses on internals. This program was developed using
|
|
|
- information available through the book "UNIX SYSTEM V RELEASE 4,
|
|
|
- Programmers guide: Ansi C and Programming Support Tools", which did
|
|
|
- a more than adequate job of explaining everything required to get this
|
|
|
- working. */
|
|
|
-
|
|
|
__attribute__((__visibility__("hidden")))
|
|
|
struct funcdesc_value volatile *
|
|
|
_dl_linux_resolver (struct elf_resolve *tpnt, int reloc_entry)
|