svn commit: branches/uClibc-nptl/ldso/ldso: mips

sjhill at realitydiluted.com sjhill at realitydiluted.com
Thu Sep 22 12:02:04 UTC 2005


> so, what exactly are you doing here ?  a bunch of us in #uclibc agreed that
> we have no idea what the issue is you're fixing or how exactly your fix works
> 
> that code i moved to mips/dl-debug.h was a copy and paste from 
> mips/elfinterp.c so if it's broken, it has been for over two years now ...
> 
I was hoping someone would reply about it. If I use the version
in the trunk, when a relocation is not handled, the debug code
is supposed to print out the text for the failed relocation type.
The problem is that it segfaults when printing the string i.e.
accessing the actual character array. I tried moving the array
into 'dl-debug.c' directly and the error still persisted. I tried
changing the scope by removing 'static' and 'const' and still did
not get anywhere. If printing one of the entries from '_dl_reltypes_tab'
works for others on MIPS, then we may have yet another issue with
gcc-4.1.

-Steve



More information about the uClibc mailing list