This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DBX format support


"RAHUL V R" <rah.v.ragh@gmail.com> 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 provide support in dbxout.c?

Changing dbxout.c is only compulsory if you want to support -gstabs.

If you want to contribute your changes back (from your brief
description, that would not be an easy sell), then you need to make
sure that dbxout.c doesn't crash, but you don't necessarily need to
put full support there.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]