[patch] one more sched-vis fix

2012-08-03 Thread Steven Bosscher
Hello, I also need to handle SEQUENCE, of course, or slim dumping fails in targets with branch delay slots. But who knew SEQUENCE can also appear as a REG_NOTE value?! The cfgrtl.c fix is purely cosmetic and obvious. Bootstrapped&tested on powerpc64-unknown-linux-gnu. Committed as obvious. Ciao

Re: [patch] one more sched-vis fix

2012-08-06 Thread Andrey Belevantsev
Hi Steven, On 03.08.2012 12:02, Steven Bosscher wrote: Hello, I also need to handle SEQUENCE, of course, or slim dumping fails in targets with branch delay slots. But who knew SEQUENCE can also appear as a REG_NOTE value?! The cfgrtl.c fix is purely cosmetic and obvious. Bootstrapped&tested o

Re: [patch] one more sched-vis fix

2012-08-06 Thread Steven Bosscher
On Mon, Aug 6, 2012 at 1:16 PM, Andrey Belevantsev wrote: > Hi Steven, > > > On 03.08.2012 12:02, Steven Bosscher wrote: >> >> Hello, >> >> I also need to handle SEQUENCE, of course, or slim dumping fails in >> targets with branch delay slots. But who knew SEQUENCE can also appear >> as a REG_NOTE