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

DBX format support

2006-12-05 Thread RAHUL V R
Hello all, I am working on adding a new data type in gcc under C. Please tell me, if I don't want to use the debugging info/format in DBX, but still I want to build gcc in cygwin… what changes should be made on dbxout.c? Is it compulsory that I have to provide support in dbxout.c? Thanks in adv

Re: DBX format support

2006-12-06 Thread RAHUL V R
Hello, Kindly answer my below query on: "modifications required on 'dbxout.c', while adding a new data type in gcc under C" On 05 Dec 2006 07:05:33 -0800, Ian Lance Taylor <[EMAIL PROTECTED]> wrote: "RAHUL V R" <[EMAIL PROTECTED]> writes: > I am wor