OSDN Git Service

Patch from Martin Proulx to remove weak_aliases for non ELF compilers in
authorEric Andersen <andersen@codepoet.org>
Wed, 17 Apr 2002 11:31:08 +0000 (11:31 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 17 Apr 2002 11:31:08 +0000 (11:31 -0000)
commitac582c1ec7bc393c8f14f6d471789a1a82850890
tree030b45b42f60bc6efb191aae7dd937a7642d3b0c
parent9b4cbe2e11e602d2a947d17782649cf27e937789
Patch from Martin Proulx to remove weak_aliases for non ELF compilers in
__uClibc_main for the _stdio_init and _stdio_term functions.  Since
weak_aliases are defined as hard aliases for non ELF compilers, these 2 symbols
ended up to be multiply defined, as those two are defined in stdio.c.
libc/misc/internals/__uClibc_main.c