From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Jamie Guinan Cc: andrew@zimmerman.net, Gdb List Subject: Re: gdb questions Date: Wed, 18 Jul 2001 23:28:00 -0000 Message-id: References: X-SW-Source: 2001-07/msg00272.html On Wed, 18 Jul 2001, Jamie Guinan wrote: > > If you use Gas, the GNU assembler, you can invoke it with -gstabs+ or > > -gdwarf-2 switches, and get stabs or DWARF2 debug info. > > My Gas [1] only supports: -gstabs, -gdwarf, and -gdwarf2. gcc accepts > -gstabs+ and -gdwarf-2 Sorry, I should have checked that. But this sounds like something that's worth reporting to the Binutils maintainers: users shouldn't be required to remember two sets of similar but subtly different options.