]> git.ipfire.org Git - thirdparty/gcc.git/commit
contrib: header-tools scripts updated to python3
authorSundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Fri, 29 Mar 2024 10:22:11 +0000 (03:22 -0700)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 5 Jun 2024 20:14:18 +0000 (21:14 +0100)
commitac6fb0ff7021f1e263034d3468615fd33fe16c96
treee20c896d7bb457350c865640465c7f79b08d2d78
parent03e1a7270314800eb33632f778401570e65345bd
contrib: header-tools scripts updated to python3

The scripts in contrib/header-tools/ are incompatible with python3.
This updates them to use python3.

contrib/header-tools/ChangeLog:

* count-headers: Adapt to Python 3.
* gcc-order-headers: Likewise.
* graph-header-logs: Likewise.
* graph-include-web: Likewise.
* headerutils.py: Likewise.
* included-by: Likewise.
* reduce-headers: Likewise.
* replace-header: Likewise.
* show-headers: Likewise.

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
contrib/header-tools/count-headers
contrib/header-tools/gcc-order-headers
contrib/header-tools/graph-header-logs
contrib/header-tools/graph-include-web
contrib/header-tools/headerutils.py
contrib/header-tools/included-by
contrib/header-tools/reduce-headers
contrib/header-tools/replace-header
contrib/header-tools/show-headers