Re: help wanted for a specific clang diff

2023-01-19 Thread Sebastien Marie
On Tue, Jan 17, 2023 at 05:57:41PM +0100, Sebastien Marie wrote: > On Tue, Jan 17, 2023 at 02:14:20PM +0100, Sebastien Marie wrote: > > On Mon, Jan 16, 2023 at 12:00:30PM -0700, Theo de Raadt wrote: > > > For this xonly work, we are having to one-by-one find .S files that > > > are putting data

Re: help wanted for a specific clang diff

2023-01-17 Thread Sebastien Marie
On Tue, Jan 17, 2023 at 02:14:20PM +0100, Sebastien Marie wrote: > On Mon, Jan 16, 2023 at 12:00:30PM -0700, Theo de Raadt wrote: > > For this xonly work, we are having to one-by-one find .S files that > > are putting data tables into the .text segment > > > > I am hoping to find someone who can

Re: help wanted for a specific clang diff

2023-01-17 Thread Sebastien Marie
On Mon, Jan 16, 2023 at 12:00:30PM -0700, Theo de Raadt wrote: > For this xonly work, we are having to one-by-one find .S files that > are putting data tables into the .text segment > > I am hoping to find someone who can do c++ well enough, and maybe > has some familiarity with the clang code,

help wanted for a specific clang diff

2023-01-16 Thread Theo de Raadt
For this xonly work, we are having to one-by-one find .S files that are putting data tables into the .text segment I am hoping to find someone who can do c++ well enough, and maybe has some familiarity with the clang code, to add a warning message for this if a .long, .quad, .byte are placed