On Sun, Dec 2, 2012 at 12:59 AM, John David Anglin wrote: > On 1-Dec-12, at 6:45 PM, Steven Bosscher wrote: > >> >> How about this? > > > PA part looks good. Thanks.
Great, thanks! I've committed the PA part with a few typo fixes, and the reorg.c part as obvious. FWIW the comments in reorg.c are still out-of-sync with the rest of the GCC source tree. For example, what's "the RT" in: (the RT is the only known exception at this point). */ This RT, probably a removed port, is supposed to be the only known CC0 target with delay slots. But at least CRIS and H8300 are CC0 targets with delay branches. For another day... Ciao! Steven