Re: DBX format support

2006-12-06 Thread Ian Lance Taylor
"RAHUL V R" <[EMAIL PROTECTED]> writes: > > On 05 Dec 2006 07:05:33 -0800, Ian Lance Taylor <[EMAIL PROTECTED]> wrote: > > "RAHUL V R" <[EMAIL PROTECTED]> writes: > > > 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

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 working on adding a new data type in gcc under C.

Re: DBX format support

2006-12-05 Thread Ian Lance Taylor
"RAHUL V R" <[EMAIL PROTECTED]> writes: > 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 pro

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