]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix memory report layout at various places.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 09:36:08 +0000 (09:36 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 09:36:08 +0000 (09:36 +0000)
commit98cc198b8ddd12646fb83bc0ef9d27ee8a18a809
tree7c6a8149f569ee6faec897bb31d43beb8e5b4577
parent7da284df4ba7b34dbc6f5cb1c570578ffd1d12a6
Fix memory report layout at various places.

* alloc-pool.h (struct pool_usage): Correct space padding.
* ggc-page.c (ggc_print_statistics): Align columns in a report.
* mem-stats.h (struct mem_usage): Add argument to print_dash_line.
* tree.c (dump_tree_statistics): Align columns in a report.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224071 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alloc-pool.h
gcc/ggc-page.c
gcc/mem-stats.h
gcc/tree.c