Re: [pushed] [PATCH] check_GNU_style: Remove literal prefix

2025-05-09 Thread Torbjorn SVENSSON
On 2025-05-09 09:30, Andreas Schwab wrote: On Mai 09 2025, Torbjörn SVENSSON wrote: diff --git a/contrib/check_GNU_style_lib.py b/contrib/check_GNU_style_lib.py index f680983d2f3..8b930ef6bdb 100755 --- a/contrib/check_GNU_style_lib.py +++ b/contrib/check_GNU_style_lib.py @@ -279,7 +279,9 @@

Re: [pushed] [PATCH] check_GNU_style: Remove literal prefix

2025-05-09 Thread Andreas Schwab
On Mai 09 2025, Torbjörn SVENSSON wrote: > diff --git a/contrib/check_GNU_style_lib.py b/contrib/check_GNU_style_lib.py > index f680983d2f3..8b930ef6bdb 100755 > --- a/contrib/check_GNU_style_lib.py > +++ b/contrib/check_GNU_style_lib.py > @@ -279,7 +279,9 @@ def check_GNU_style_file(file, format)

[pushed] [PATCH] check_GNU_style: Remove literal prefix

2025-05-09 Thread Torbjörn SVENSSON
Hello, Below patch is pushed as obvious (r16-490-g86a7642ef59). Kind regards, Torbjörn -- The path "b/binutils/dwarf.c" should be printed as binutils/dwarf.c", not "inutils/dwarf.c". contrib/ChangeLog: * check_GNU_style_lib.py: Remove literal prefix. Signed-off-by: Torbjörn SVENSSON