]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-11-11 Andrew MacLeod <amacleod@redhat.com>
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 2015 14:28:46 +0000 (14:28 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 2015 14:28:46 +0000 (14:28 +0000)
commit9852301c21258e47a62b9f6147a853612072b52b
tree8925516ac8012caf8509124279d6185b20dcfd4a
parent87ebd30da656fd63060a1e1edb0f2984ef855f0c
2015-11-11  Andrew MacLeod  <amacleod@redhat.com>

* count-headers: Initial file.
* gcc-order-headers: Initial file.
* graph-header-logs: Initial file.
* graph-include-web: Initial file.
* headerutils.py: Initial file.
* included-by: Initial file.
* README: Initial file.
* reduce-headers: Initial file.
* replace-header: Initial file.
* show-headers: Initial file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230171 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
contrib/ChangeLog
contrib/header-tools/ChangeLog [new file with mode: 0644]
contrib/header-tools/README [new file with mode: 0644]
contrib/header-tools/count-headers [new file with mode: 0755]
contrib/header-tools/gcc-order-headers [new file with mode: 0755]
contrib/header-tools/graph-header-logs [new file with mode: 0755]
contrib/header-tools/graph-include-web [new file with mode: 0755]
contrib/header-tools/headerutils.py [new file with mode: 0755]
contrib/header-tools/included-by [new file with mode: 0755]
contrib/header-tools/reduce-headers [new file with mode: 0755]
contrib/header-tools/replace-header [new file with mode: 0755]
contrib/header-tools/show-headers [new file with mode: 0755]