------- Comment #37 from howarth at nitro dot med dot uc dot edu 2009-10-06 02:05 ------- Opps. In both of the last patch...
+ if ((darwin_macosx_version_min && strverscmp(darwin_macosx_version_min, "10.6") >= 0) || flag_reorder_blocks_and_partition) should be + if (!(darwin_macosx_version_min && strverscmp(darwin_macosx_version_min, "10.6") >= 0) && flag_reorder_blocks_and_partition) of course. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313