Re: [PATCH] Fix abort in write_eligible_delay

2015-10-22 Thread Jeff Law
On 10/22/2015 01:59 PM, Trevor Saunders wrote: I've verified this fixes the 47 newly failing targets in config-list.mk and survives the usual bootstrap & comparison test on x86_64-linux-gnu. thanks for taking care of this. No problem. +write_dummy_eligible_delay (FILE *outf, const char *k

Re: [PATCH] Fix abort in write_eligible_delay

2015-10-22 Thread Trevor Saunders
On Thu, Oct 22, 2015 at 01:18:29PM -0600, Jeff Law wrote: > > Various ports are currently failing to build, faulting in > write_eligible_delay. > > This can happen if the target has delay slots defined, but does not have > annul-true or annul-false slots. cris is a reasonable example. > > This