This fixes build failure on trunk. Patch committed to all active branches.
Dave -- John David Anglin dave.ang...@bell.net 2019-09-20 John David Anglin <dang...@gcc.gnu.org> * config/pa/pa.c (pa_trampoline_init): Remove spurious extended character. Index: config/pa/pa.c =================================================================== --- config/pa/pa.c (revision 275998) +++ config/pa/pa.c (working copy) @@ -10197,7 +10197,7 @@ } #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 }