[PR 14860] candidate patch

Zack Weinberg zack@codesourcery.com
Wed Aug 4 00:59:00 GMT 2004


Candidate patch for PR 14860.  It's remarkably simple - the builtin
types are not available to dbxout_init through its syms argument
(since C getdecls always returns 0) so c-decl.c's record_builtin_type
needs to call debug_hooks->type_decl.  And it even says so, in a
comment in dbxout.c which I wrote.  I somehow forgot to do the other
half.

I'll be testing this on a DWARF system (amd64-linux) as well as a
stabs system (powerpc-darwin) since this change is visible to all
debug info generators.

zw

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pr14680.diff
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20040804/e813a674/attachment.ksh>


More information about the Gcc-patches mailing list