* config/rs6000/rs6000.c (rs6000_file_start): Output gnu
attribute for struct return convention.
From-SVN: r141510
+2008-10-31 Nathan Froyd <froydnj@codesourcery.com>
+
+ * config/rs6000/rs6000.c (rs6000_file_start): Output gnu
+ attribute for struct return convention.
+
2008-10-31 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/crtsavres.asm: Really, really delete.
(TARGET_ALTIVEC_ABI ? 2
: TARGET_SPE_ABI ? 3
: 1));
+ fprintf (file, "\t.gnu_attribute 12, %d\n",
+ aix_struct_return ? 2 : 1);
+
}
#endif