This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [commit] Fix a thinko in TYPE_IS_OPAQUE


> I've tested this fix on arm-none-eabi and committed it to trunk.
> Does anyone have an opinion as to whether this goes on the branch
> too?

No strong opinion either way.  This macro is used by check_typedef,
which is itself used everywhere. If we haven't seen an actual problem
besides opaque.exp, perhaps it's just safer to keep it out of the branch?
I'm 50-50, really, so applying to the branch would be fine, as far as
I am concerned.

> 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
> 
> 	* gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.

-- 
Joel


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