This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [C++/debug] SDB_DEBUG (-gcoff) vs record_builtin_type vs GAS
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Danny Smith <danny_smith_0000 at yahoo dot co dot nz>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 10 Jun 2004 22:40:06 -0700
- Subject: Re: [C++/debug] SDB_DEBUG (-gcoff) vs record_builtin_type vs GAS
- References: <20040610233459.38293.qmail@web50906.mail.yahoo.com>
Danny Smith <danny_smith_0000@yahoo.co.nz> writes:
>> > GAS chokes on the embedded space in names like _long int,
>>
>> Um, how did this used to work? That is, what appeared in SDB debug
>> output for fundamental types before this change?
>
> In earlier versions, SDB did not output fundamental type .defs.
[...]
> Would a new debug hook
> void (* builtin_type_decl) (tree decl, int local);
> that defaults to debug_nothing_tree_int in sdbout.c
> but is dbxout_type_decl in dbxout.c be acceptible?
I think so, yes, if we need to be keeping sdbout.c.
zw