rs6000.c (rs6000_file_start): Output gnu attribute for struct return convention.
* config/rs6000/rs6000.c (rs6000_file_start): Output gnu attribute for struct return convention. From-SVN: r141510
This commit is contained in:
parent
a57b73a786
commit
f9fd1e7778
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -2642,6 +2642,9 @@ rs6000_file_start (void)
|
||||
(TARGET_ALTIVEC_ABI ? 2
|
||||
: TARGET_SPE_ABI ? 3
|
||||
: 1));
|
||||
fprintf (file, "\t.gnu_attribute 12, %d\n",
|
||||
aix_struct_return ? 2 : 1);
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user