Re: -mno-long-calls for mve_libcall tests

2020-12-29 Thread Richard Sandiford via Gcc-patches
Alexandre Oliva writes: > The implicit -mlong-calls used in our vxworks configurations changes > the call sequences from those expected in the mve_libcall testcases. > > This patch brings the test output in line with the expectations, with > an explicit -mno-long-calls. > > Regstrapped on x86_64-l

-mno-long-calls for mve_libcall tests

2020-12-24 Thread Alexandre Oliva
The implicit -mlong-calls used in our vxworks configurations changes the call sequences from those expected in the mve_libcall testcases. This patch brings the test output in line with the expectations, with an explicit -mno-long-calls. Regstrapped on x86_64-linux-gnu, also tested on arm-vxwork