* dbxout.c (dbxout_type): Fix printf format.
From-SVN: r84955
This commit is contained in:
parent
a182b26d35
commit
bd65c56456
@ -1,5 +1,7 @@
|
||||
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.
|
||||
|
||||
@ -4367,5 +4369,4 @@
|
||||
* 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.
|
||||
|
@ -1690,7 +1690,7 @@ dbxout_type (tree type, int full)
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user