Re: [PATCH] [PATCH][ARM] Fix pr63210.c testcase.
Hi, Committed fsf-trunk r227677, fsf-5 r227678. Kind regards, Alex
Re: [PATCH] [PATCH][ARM] Fix pr63210.c testcase.
On Thu, Jul 23, 2015 at 12:15 PM, Alex Velenko wrote: > Hi, > > This patch prevents testcase pr63210.c from running with -march=armv4t. > Object size check should be skipped with explicit -march=armv4t, because > expected size is only correct using pop pc instruction which is unsafe for > armv4t.