On 14/01/15 04:59, Hurugalawadi, Naveen wrote: > Hi, > > Please find attached the patch that fixes abitest for ilp32. > > "testfunc_ptr" is a 32bit pointer in ILP32 but is being loaded as 64bit. > > Hence some of the func-ret testcases FAIL's for ILP32. > > Please review the patch and let us know if its okay? > > Regression tested on aarch64-elf. > > Thanks, > Naveen > > gcc/testsuite > > 2015-01-15 Andrew Pinski <apin...@cavium.com> > Naveen H.S <naveen.hurugalaw...@caviumnetworks.com> > > * gcc.target/aarch64/aapcs64/abitest.S (LABEL_TEST_FUNC_RETURN): Load > testfunc_ptr as 32bit for ILP32 and 64bit for LP64. > >
OK. R.