[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc
From: |
Bastian Koppelmann |
Subject: |
Re: [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc |
Date: |
Wed, 26 Oct 2022 10:21:09 +0200 |
On Wed, Oct 26, 2022 at 01:50:06AM +0200, Philippe Mathieu-Daudé wrote:
> We use the .h.inc extension to include C headers. To be consistent
> with the rest of the codebase, rename the C headers using the .def
> extension.
>
> IDE/tools using our .editorconfig / .gitattributes will leverage
> this consistency.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/tricore/{csfr.def => csfr.h.inc} | 0
> target/tricore/translate.c | 4 ++--
> 2 files changed, 2 insertions(+), 2 deletions(-)
> rename target/tricore/{csfr.def => csfr.h.inc} (100%)
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cheers,
Bastian
- [PATCH 0/3] target: Rename headers using .def extension to .h.inc, Philippe Mathieu-Daudé, 2022/10/25
- [PATCH 1/3] target/m68k: Rename qregs.def -> qregs.h.inc, Philippe Mathieu-Daudé, 2022/10/25
- [PATCH 2/3] target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc, Philippe Mathieu-Daudé, 2022/10/25
- [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc, Philippe Mathieu-Daudé, 2022/10/25
- Re: [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc,
Bastian Koppelmann <=
- Re: [PATCH 0/3] target: Rename headers using .def extension to .h.inc, Alex Bennée, 2022/10/26
- Re: [PATCH 0/3] target: Rename headers using .def extension to .h.inc, Markus Armbruster, 2022/10/27