"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 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