Re: Dynamic linking is go (again)
Marcus Comstedt <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sh3,gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
Izumi Tsutsui <[email protected]> writes: > I'm trying to build dynamic binaries on i386 and it is almost done, but > all dynamic linked binaries dump cores even with your ld.elf_so binary :-( > > Would you please put some working pic binaries for me to > investigate what is the problem with my cross toolchain? Hm, you mean dynamic executables? Well, here's the two I have been using as test cases, they are linked dynamically against the libc.so that was in the dynkit: <URL:http://mc.pp.se/dc/files/dyntestbins.tar.gz> > - lib/libpthread/arch/sh3/_context_u.S also needs fixes for PIC support. Hm, I though libpthread wasn't supposed to be compiled on sh3, on account of it not working. Did somebody fix thread support? I'll look at the PIC problem anyway. > - libexec/ld.elf_so/arch/sh3/mdreloc.c lacks some function declarations > (and copyright notice). Which function declarations? // Marcus