This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc/rft] [0/3] Remove stabs target macros
> > Would testing your patch on sparc-solaris with -gstabs+ cover
> > all the testing you need? I have some machines I can use for that.
>
> That would certainly help, thanks! Do you have the SunPRO compiler
> available on those machines? Some of the changes are apparently
> relevant only when using that compiler ...
OK, I'll try to do a round of testing within the next few days.
Unfortunately, I do not have a SunPRO compiler available, but
looking at the SUN documentation, it looks like DWARF is now
their default format. the "cc" man page (for Sun Studio 12: C 5.9
compiler) says that you can generate stabs, but you'll have to
explicitly ask for it using -xdebugformat.
--
Joel