stekern | one problem less, the code for DT_RELA relocations was all screwed up in uClibc (I had copied it from microblaze) | 12:13 |
---|---|---|
stekern | It never incremented the pointer, so only the first entry R_OR1K_RELATIVE got relocated | 12:15 |
stekern | now there is some problem when calling _rtld_fini (the address to it is wrong) | 12:18 |
stekern | aah, that is passed to _uÂlibc_main from _start, our crt is probably not PIC aware | 12:24 |
stekern | no, that shouldn't matter... __fini is in the main exe | 14:46 |
stekern | hmm, ok, _rtld_fini is not __fini, app_fini == __fini | 14:49 |
stekern | looks like we've been lucky for a long while and r8 have always been zero when calling uClibc_main | 15:22 |
stekern | woho! the anticipated moment has came! http://pastebin.com/GNz7AnBZ | 15:30 |
_franck_ | good job | 16:03 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!