2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
+ * dbxout.c (dbxout_type): Fix printf format.
+
* tree.h (binfo_member): Remove.
* tree.c (binfo_member): Remove.
* libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
* optabs.c (init_optabs): Don't set gcov_init_libfunc.
-VERSION_IDENT="CVS-$Name: $ $Revision: 1.46 $-$Date: 2004/07/08 15:54:45 $-UTC"
See ChangeLog.11 for earlier changes.
if (BINFO_N_BASE_BINFOS (binfo))
{
have_used_extensions = 1;
- fprintf (asmfile, "!%d,", BINFO_N_BASE_BINFOS (binfo));
+ fprintf (asmfile, "!%u,", BINFO_N_BASE_BINFOS (binfo));
CHARS (8);
}
}