diff mbox series

Remove spurious extended character(s) for pa.c

Message ID f45160ee-3e36-0920-c235-1de036c55e2f@bell.net
State New
Headers show
Series Remove spurious extended character(s) for pa.c | expand

Commit Message

John David Anglin Sept. 20, 2019, 10:38 p.m. UTC
This fixes build failure on trunk.  Patch committed to all active branches.

Dave
diff mbox series

Patch

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
 }