On Apr 26, 2005, at 5:55 PM, James E Wilson wrote:
Devang Patel wrote:
* dbxout.c (dbxout_type): Emit attribute vector.
You are setting have_used_extensions without first checking
use_gnu_debug_info_extensions, which is wrong. If you look at the
code, you will see that this idiom is us
On Tue, Apr 26, 2005 at 05:55:21PM -0700, James E Wilson wrote:
> Devang Patel wrote:
> >* dbxout.c (dbxout_type): Emit attribute vector.
>
> You are setting have_used_extensions without first checking
> use_gnu_debug_info_extensions, which is wrong. If you look at the code,
> you will
Devang Patel wrote:
* dbxout.c (dbxout_type): Emit attribute vector.
You are setting have_used_extensions without first checking
use_gnu_debug_info_extensions, which is wrong. If you look at the code,
you will see that this idiom is used everywhere in dbxout.c.
Bootstrapped and tested o