> > gdb/ChangeLog: > > > > * utils.h: Remove #include. > > (producer_is_gcc): Change return type to "int". > > * utils.c (producer_is_gcc): Change return type to int. > > Return 1 instead of true, and 0 instead of false. > > Adjust function documentation accordingly. > > > > I will push this patch in the next few days, unless there are > > objections. > > No objections here. Thanks, Pedro. I just pushed the patch. > (guess we should reinstate the ARI bool rule too then.) Absolutely. Attached is the patch that I just pushed reinstating them. gdb/ChangeLog: * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false". -- Joel