SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/ti-msp430gcc/patches/patch-sources_tools_gcc_bitmap_c
Normal file
27
devel/ti-msp430gcc/patches/patch-sources_tools_gcc_bitmap_c
Normal file
|
@ -0,0 +1,27 @@
|
|||
clang fix
|
||||
|
||||
Index: sources/tools/gcc/bitmap.c
|
||||
--- sources/tools/gcc/bitmap.c.orig
|
||||
+++ sources/tools/gcc/bitmap.c
|
||||
@@ -2166,9 +2166,9 @@ print_statistics (bitmap_descriptor_d **slot, output_i
|
||||
s[41] = 0;
|
||||
fprintf (stderr,
|
||||
"%-41s %9u"
|
||||
- " %15"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d"
|
||||
- " %15"HOST_WIDEST_INT_PRINT"d"
|
||||
- " %10"HOST_WIDEST_INT_PRINT"d %10"HOST_WIDEST_INT_PRINT"d\n",
|
||||
+ " %15" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d"
|
||||
+ " %15" HOST_WIDEST_INT_PRINT "d"
|
||||
+ " %10" HOST_WIDEST_INT_PRINT "d %10" HOST_WIDEST_INT_PRINT "d\n",
|
||||
s, d->created,
|
||||
d->allocated, d->peak, d->current,
|
||||
d->nsearches, d->search_iter);
|
||||
@@ -2201,7 +2201,7 @@ dump_bitmap_statistics (void)
|
||||
bitmap_desc_hash.traverse <output_info *, print_statistics> (&info);
|
||||
fprintf (stderr, "---------------------------------------------------------------------------------\n");
|
||||
fprintf (stderr,
|
||||
- "%-41s %9"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d\n",
|
||||
+ "%-41s %9" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d\n",
|
||||
"Total", info.count, info.size);
|
||||
fprintf (stderr, "---------------------------------------------------------------------------------\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue