Re: [PATCH] tools build: use .s extension for preprocessed assembler code

2016-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 01, 2016 at 02:31:10PM +0900, Masahiro Yamada escreveu: > Hi Arnaldo, > > Do you have any comment on this patch? Sorry for the delay, I saw this patch, found no problems with it but was waiting for Jiri's Ack, which he provided today, applying, thanks. - Arnaldo > (I hope I am addr

Re: [PATCH] tools build: use .s extension for preprocessed assembler code

2016-03-01 Thread Jiri Olsa
On Mon, Feb 01, 2016 at 02:59:00AM +0900, Masahiro Yamada wrote: > The "man gcc" says .i extension represents the file is C source code > that should not be preprocessed. Here, .s should be used. > > For clarification, > .c ---(preprocess)---> .i > .S ---(preprocess)---> .s Acked-by: Jir

Re: [PATCH] tools build: use .s extension for preprocessed assembler code

2016-02-29 Thread Masahiro Yamada
Hi Arnaldo, Do you have any comment on this patch? (I hope I am addressing myself to a right person. "git log --pretty=fuller tools/build/Makefile.build" showed that several patches in this area had been applied by you.) Thanks, 2016-02-01 2:59 GMT+09:00 Masahiro Yamada : > The "man gcc" says