This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++/debug] SDB_DEBUG (-gcoff) vs record_builtin_type vs GAS


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]