* libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).

* iq2000/crt0.S (__dso_handle): Define (weak).
        * frv/crt0.S (__dso_handle): Define (weak).
        * mn10300/crt0.S (___dso_handle): Define (weak).
This commit is contained in:
Nick Clifton
2008-05-21 07:44:32 +00:00
parent 6e961ccc7e
commit cb1f8161c1
6 changed files with 34 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-05-20 Nick Clifton <nickc@redhat.com>
* iq2000/crt0.S (__dso_handle): Define (weak).
* frv/crt0.S (__dso_handle): Define (weak).
* mn10300/crt0.S (___dso_handle): Define (weak).
2008-05-05 Ken Werner <ken.werner@de.ibm.com>
* spu/readlink.c: Align readlink implementation to POSIX.