Re: how to generate - "procedure linkage table" for MIPS

2018-04-04 Thread Maciej W. Rozycki
Hi Vidya, On Mon, 5 Mar 2018, V R wrote: > Also on enabling gcc on MIPS with "–with-mips-plt " option the plt stub > wasnt seen. Is there > > anything missing that needs to be done or is there any limitation , please > let me know. What problem are you trying to solve? Can you run `readelf -S

how to generate - "procedure linkage table" for MIPS

2018-03-05 Thread V R
Hi MIPS developers ; This is regarding usage of "procedure linkage table" for MIPS. I have trouble and generating the plt stubs for shared library calls and the steps are given below. I understand that gcc-4.4 ; binutils - 2.19; glibc-2.9 are prereqs and I have all packages above this on MIPS