]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pa.c (pa_trampoline_init): Remove spurious extended character.
authorJohn David Anglin <danglin@gcc.gnu.org>
Fri, 20 Sep 2019 21:53:40 +0000 (21:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 20 Sep 2019 21:53:40 +0000 (21:53 +0000)
* config/pa/pa.c (pa_trampoline_init): Remove spurious extended
character.

From-SVN: r276008

gcc/ChangeLog
gcc/config/pa/pa.c

index 628a5fe3312e0364040aa1f584e6e47394aba90e..6cdeea04a70852460c1b87cd31f7528740306b5e 100644 (file)
@@ -1,3 +1,8 @@
+2019-09-20  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.c (pa_trampoline_init): Remove spurious extended
+       character.
+
 2019-09-20  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        Backport from mainline
index 707ae5822c3e5b01e2c7b869ff0fbccb88873406..1e85658a0f703c62831f873e9b849cba61979cb7 100644 (file)
@@ -10206,7 +10206,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
 }