OSDN Git Service

Handle STT_COMMON symbols too. Following binutils release
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sun, 21 Oct 2007 15:36:17 +0000 (15:36 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sun, 21 Oct 2007 15:36:17 +0000 (15:36 -0000)
commit77b4b9f9b6277e21af26bd80cdaf3924f818d7a0
tree0af6f0b45a3889045e1f6ab0a1d8df582ebafe7a
parent34dce38bace53f0910b39b57319f8e998303a0b3
Handle STT_COMMON symbols too. Following binutils release
will set the type of common symbols to STT_COMMON
instead of STT_OBJECTS, so the dynamic linker needs
to handle this type os symbols too.
Same changes have been added to glibc (See: bugzilla #5104).
This patch ensures the uclibc will work with later bintuils.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
ldso/ldso/dl-hash.c