Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-05-01 Thread H.J. Lu via Gcc-patches
On Thu, Feb 6, 2020 at 12:01 AM Richard Sandiford wrote: > > "H.J. Lu" writes: > > On Wed, Feb 5, 2020 at 2:51 PM H.J. Lu wrote: > >> > >> On Wed, Feb 5, 2020 at 2:37 PM Marek Polacek wrote: > >> > > >> > On Wed, Feb 05, 2020 at 02:24:48PM -0800, H.J. Lu wrote: > >> > > On Wed, Feb 5, 2020 at 1

Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-02-06 Thread Richard Sandiford
"H.J. Lu" writes: > On Wed, Feb 5, 2020 at 2:51 PM H.J. Lu wrote: >> >> On Wed, Feb 5, 2020 at 2:37 PM Marek Polacek wrote: >> > >> > On Wed, Feb 05, 2020 at 02:24:48PM -0800, H.J. Lu wrote: >> > > On Wed, Feb 5, 2020 at 12:20 PM H.J. Lu wrote: >> > > > >> > > > On Wed, Feb 5, 2020 at 9:00 AM R

Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-02-05 Thread H.J. Lu
On Wed, Feb 5, 2020 at 2:51 PM H.J. Lu wrote: > > On Wed, Feb 5, 2020 at 2:37 PM Marek Polacek wrote: > > > > On Wed, Feb 05, 2020 at 02:24:48PM -0800, H.J. Lu wrote: > > > On Wed, Feb 5, 2020 at 12:20 PM H.J. Lu wrote: > > > > > > > > On Wed, Feb 5, 2020 at 9:00 AM Richard Sandiford > > > > wr

Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-02-05 Thread H.J. Lu
On Wed, Feb 5, 2020 at 2:37 PM Marek Polacek wrote: > > On Wed, Feb 05, 2020 at 02:24:48PM -0800, H.J. Lu wrote: > > On Wed, Feb 5, 2020 at 12:20 PM H.J. Lu wrote: > > > > > > On Wed, Feb 5, 2020 at 9:00 AM Richard Sandiford > > > wrote: > > > > > > > > "H.J. Lu" writes: > > > > > Currently pat

Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-02-05 Thread Marek Polacek
On Wed, Feb 05, 2020 at 02:24:48PM -0800, H.J. Lu wrote: > On Wed, Feb 5, 2020 at 12:20 PM H.J. Lu wrote: > > > > On Wed, Feb 5, 2020 at 9:00 AM Richard Sandiford > > wrote: > > > > > > "H.J. Lu" writes: > > > > Currently patchable area is at the wrong place. > > > > > > Agreed :-) > > > > > > >

Re: [PATCH] Add patch_area_size and patch_area_entry to crtl

2020-02-05 Thread H.J. Lu
On Wed, Feb 5, 2020 at 12:20 PM H.J. Lu wrote: > > On Wed, Feb 5, 2020 at 9:00 AM Richard Sandiford > wrote: > > > > "H.J. Lu" writes: > > > Currently patchable area is at the wrong place. > > > > Agreed :-) > > > > > It is placed immediately > > > after function label and before .cfi_startproc.