[PING][PATCH, AARCH64] Add support for -mlong-calls option

2014-11-17 Thread Yangfei (Felix)
Ping Richard. Any comments? > > Hi Felix, > > > > Sorry for the delay responding, I've been out of the office recently > > and I'm only just catching up on a backlog of GCC related emails. > > > > I'm in two minds about this; I can potentially see the need for > > attributes to enable long calls

[PING][PATCH, AARCH64] Add support for -mlong-calls option

2014-10-28 Thread Yangfei (Felix)
> + c_register_pragma (0, "long_calls_off", aarch64_pr_long_calls_off); > \ > +} while (0) > + > #define FUNCTION_ARG_PADDING(MODE, TYPE) \ >(aarch64_pad_arg_upward (MODE, TYPE) ? upward : downward) Hi, I added four testcases to ensure that this patch tested properly. Reg-t