Re: debuggability of recog_data

2013-05-17 Thread Richard Biener
On Thu, May 16, 2013 at 11:04 PM, H.J. Lu wrote: > On Thu, May 16, 2013 at 2:02 PM, Richard Sandiford > wrote: >> Steven Bosscher writes: >>> On Wed, May 15, 2013 at 12:14 AM, Mike Stump wrote: I don't what to bike shed. So, I'm happy if the next poor soul that touches it just does so

Re: debuggability of recog_data

2013-05-16 Thread H.J. Lu
On Thu, May 16, 2013 at 2:02 PM, Richard Sandiford wrote: > Steven Bosscher writes: >> On Wed, May 15, 2013 at 12:14 AM, Mike Stump wrote: >>> I don't what to bike shed. So, I'm happy if the next poor soul that >>> touches it just does so. If people like recog_data_info, I'd be happy >>> to cha

Re: debuggability of recog_data

2013-05-16 Thread Richard Sandiford
Steven Bosscher writes: > On Wed, May 15, 2013 at 12:14 AM, Mike Stump wrote: >> I don't what to bike shed. So, I'm happy if the next poor soul that >> touches it just does so. If people like recog_data_info, I'd be happy >> to change it to that. Let's give then peanut gallery a day to vote on

Re: debuggability of recog_data

2013-05-14 Thread Steven Bosscher
On Wed, May 15, 2013 at 12:14 AM, Mike Stump wrote: > I don't what to bike shed. So, I'm happy if the next poor soul that touches > it just does so. If people like recog_data_info, I'd be happy to change it > to that. Let's give then peanut gallery a day to vote on it. :-) Usually we append

Re: debuggability of recog_data

2013-05-14 Thread Mike Stump
On May 14, 2013, at 3:01 PM, Richard Sandiford wrote: > Mike Stump writes: >> 2013-05-14 Mike Stump >> >> * recog.h: Rename struct recog_data to Recog_data. >> * recog.c: Likewise. >> * reload.c (can_reload_into): Likewise. >> * config/picochip/picochip.c: Likewise. > >

Re: debuggability of recog_data

2013-05-14 Thread Richard Sandiford
Mike Stump writes: > 2013-05-14 Mike Stump > > * recog.h: Rename struct recog_data to Recog_data. > * recog.c: Likewise. > * reload.c (can_reload_into): Likewise. > * config/picochip/picochip.c: Likewise. I like the idea, but Recog_data just isn't GNU. Which means it's

debuggability of recog_data

2013-05-14 Thread Mike Stump
Here is a trivial patch that improves the debuggability of recog_data. Without this p recog_data in gdb on linux, didn't seem to work at all. My fingers were not amused. :-) Checked it in a obvious. 2013-05-14 Mike Stump * recog.h: Rename struct recog_data to Recog