OSDN Git Service

decodetree: Allow multiple input files
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Oct 2018 13:59:43 +0000 (14:59 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Oct 2018 16:48:58 +0000 (16:48 +0000)
commit6699ae6a8e74381583622502db8bd47fac381c9e
tree23ce547c198f587da5ae6757a2108dd0227fc094
parent3a7be5546506be62d5c6c4b804119cedf9e367d6
decodetree: Allow multiple input files

While it would be possible to concatenate input files with make,
passing the original input files to decodetree.py allows us to
generate error messages which allows compilation environments
(read: emacs) to next-error to the correct input file.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
scripts/decodetree.py