RE: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-02-25 Thread Andrew Bennett
Anyone remember what happened to https://gcc.gnu.org/ml/gcc/2008- 06/msg00670.html or http://marc.info/?l=linux-mipsm=121494382925231w=2 Andrew? I think this support was added (I know that there is PLT support for MIPS in the binutils linker). I have cc'd Richard Sandiford to confirm.

Re: [PATCH]mips: ldso: dlopen with flag RTLD_NOW should look up the symbols

2015-02-25 Thread Bernhard Reutner-Fischer
On February 25, 2015 5:53:58 AM GMT+01:00, Jean Lee xiaoyur...@gmail.com wrote: Conclusion: All MIPS platforms never generate .rel.plt section for dynamic libraries, even for GCC 4.9 binutils 2.24 any libc(uclibc, libc, bionic) Anyone remember what happened to