[PATCH] gcc: header-tools scripts updated to python3

2024-03-29 Thread sundeep . kokkonda
From: Sundeep KOKKONDA The scripts in contrib/header-tools/ are breaks with python3. These scripts are updated for python3 compatability. Signed-off-by: Sundeep KOKKONDA --- contrib/header-tools/count-headers | 8 +- contrib/header-tools/gcc-order-headers | 64

Re: [PATCH] gcc: header-tools scripts updated to python3

2024-04-01 Thread Sundeep KOKKONDA
Can I get some update on this patch. Is this patch ok? Will it be taken to upstream sources? On 29-Mar-24 15:52, sundeep.kokko...@windriver.com wrote: From: Sundeep KOKKONDA The scripts in contrib/header-tools/ are breaks with python3. These scripts are updated for python3 compatability

Re: [PATCH] gcc: header-tools scripts updated to python3

2024-05-07 Thread Sundeep KOKKONDA
Reminder-2: Can I get some update on this patch? Is this patch ok? Will it be taken to upstream sources? On 02-Apr-24 11:28, Sundeep KOKKONDA wrote: Can I get some update on this patch. Is this patch ok? Will it be taken to upstream sources? On 29-Mar-24 15:52, sundeep.kokko

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-01-18 Thread Sundeep KOKKONDA via Gcc-patches
7;-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' option cannot deal with path size >256 characters in > Windows. This patch is to fix this long path iss

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-02-03 Thread Sundeep KOKKONDA via Gcc-patches
m Cc: GCC Patches Subject: Re: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' option cannot deal with path size >256 characters i

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-02-21 Thread Sundeep KOKKONDA via Gcc-patches
uary 18, 2022 9:22 AM To: sundeep.kokko...@gmail.com Cc: GCC Patches Subject: Re: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' op

[PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-01-17 Thread Sundeep KOKKONDA via Gcc-patches
Hello, The '-MF' option cannot deal with path size >256 characters in Windows. This patch is to fix this long path issue with -MF option. Let me know is it ok to commit? -- Thanks, Sundeep K. c-opts.patch Description: Binary data