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

From-SVN: r276010

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

index 533ab1c3f13afda0c08709a2a32deda80945539f..6c8ed228bc3e1cbfe5e07f18365aa1520890f2dc 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
+       characters.
+
 2019-09-20  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        Backport from mainline
index 020ac35cc7fdc623ed935097e5ae4f3466e5b63a..d5d5dd4b60e9b09793637c66a4793dc71e5144b5 100644 (file)
@@ -10200,8 +10200,8 @@ 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"),
-                    LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode);
 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
+                    LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode);
 #endif
 }