On Tue, 5 Jun 2012, Steven Bosscher wrote: > This patch just cleans up some remaining code for removed cris-aout > subtarget by folding away code that was conditional on TARGET_ELF. > > Tested with a x86_64-linux X cris-elf cross-compiler. OK for trunk?
Woohoo, that's a lot of left-over cruft! @@ -891,31 +881,17 @@ enum cris_pic_symbol_type align_ = 2; \ /* FIXME: Do we need this? */ \ else if (align_ < 1) \ - align_ = 1; \ + align_ = 1; \ You ran the test-suite with no regressions? Ok then but without the cris.h spurious wrong white-space change above (already a TAB). (Changing that else into a gcc_unreachable would be an experiment for another day.) brgds, H-P PS. please use the email address in MAINTAINERS, the gcc.gnu.org addresses are for bugzilla.