Re: [PATCH] RFC: -fasm-show-source

2016-08-12 Thread David Malcolm
On Fri, 2016-08-12 at 11:00 +0530, Prathamesh Kulkarni wrote: > On 12 August 2016 at 02:04, David Malcolm > wrote: > > I sometimes find myself scouring assembler output from the compiler > > and trying to figure out which instructions correspond to which > > lines of source code; I believe this is

Re: [PATCH] RFC: -fasm-show-source

2016-08-11 Thread Prathamesh Kulkarni
On 12 August 2016 at 02:04, David Malcolm wrote: > I sometimes find myself scouring assembler output from the compiler > and trying to figure out which instructions correspond to which > lines of source code; I believe this is a common activity for some > end-users. Hi David, I usually use gcc -g

Re: [PATCH] RFC: -fasm-show-source

2016-08-11 Thread Sandra Loosemore
On 08/11/2016 02:34 PM, David Malcolm wrote: I sometimes find myself scouring assembler output from the compiler and trying to figure out which instructions correspond to which lines of source code; I believe this is a common activity for some end-users. The following patch adds a new -fasm-show

[PATCH] RFC: -fasm-show-source

2016-08-11 Thread David Malcolm
I sometimes find myself scouring assembler output from the compiler and trying to figure out which instructions correspond to which lines of source code; I believe this is a common activity for some end-users. The following patch adds a new -fasm-show-source option, which emits comments into the g