Commit bd7a5c5d by John David Anglin

pa.c (pa_trampoline_init): Remove spurious extended character.

	* config/pa/pa.c (pa_trampoline_init): Remove spurious extended
	character.

From-SVN: r276007
parent 0fc7d9e3
2019-09-20 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.c (pa_trampoline_init): Remove spurious extended
character.
2019-09-20 Maya Rashish <coypu@sdf.org>
PR target/86811
......
......@@ -10197,7 +10197,7 @@ pa_trampoline_init (rtx m_tramp, tree fndecl, rtx chain_value)
}
#ifdef HAVE_ENABLE_EXECUTE_STACK
 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
LCT_NORMAL, VOIDmode, XEXP (m_tramp, 0), Pmode);
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment