Fix structure passing in ARM calling convention
commit48fc7466527d8b3409f313421e8aed559563bfdb
authorThomas Preud'homme <robotux@celest.fr>
Mon, 25 Nov 2013 02:51:39 +0000 (25 10:51 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 25 Nov 2013 02:58:00 +0000 (25 10:58 +0800)
tree01fec978c2a548a2053577826228b4736977a68a
parentdcec8673f21da86ae3dcf1ca3e9498127715b795
Fix structure passing in ARM calling convention

Fix the address on stack where a structure is copied when it is a
parameter of a function call. This address must be computed from the
stack pointer and a possible padding offset.
arm-gen.c