comparison gcc/config/iq2000/abi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
228 228
229 Structs/unions which will fit into two general-purpose registers are returned 229 Structs/unions which will fit into two general-purpose registers are returned
230 in r2, or in r2-r3 if necessary. Larger structs/unions are handled by the 230 in r2, or in r2-r3 if necessary. Larger structs/unions are handled by the
231 caller passing as a "hidden" first argument a pointer to space allocated to 231 caller passing as a "hidden" first argument a pointer to space allocated to
232 receive the return value. 232 receive the return value.
233
234
235 Copyright (C) 2003 Free Software Foundation, Inc.
236
237 Copying and distribution of this file, with or without modification,
238 are permitted in any medium without royalty provided the copyright
239 notice and this notice are preserved.