On Sun, Aug 21, 2011 at 4:19 PM, David Edelsohn <dje....@gmail.com> wrote: > This patch broke bootstrap on AIX. It emits a ".section" op in > assembly but ".section" is an ELF syntax op not AIX XCOFF. > > FE..initialize_critical: > .section .init_array > > varasm.c should not be generating ELF ops for non-ELF targets. > > config.log shows: > > gcc_cv_initfini_array=yes > tm_file_list includes initfini-array.h > tm_include_list includes initfini-array.h > > Why is the patch affecting non-ELF targets? Please fix or revert immediately. >
David, I checked in the fix for AIX. Please verify it. Thanks. -- H.J.