public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1677] [Ada] Adjust name of stack checking function
@ 2022-07-13 10:04 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-07-13 10:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:36ed32caf8708a1fb646cdf8e92f2c1b86c68ae9

commit r13-1677-g36ed32caf8708a1fb646cdf8e92f2c1b86c68ae9
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Fri Jun 24 12:59:45 2022 +0200

    [Ada] Adjust name of stack checking function
    
    gcc/ada/
    
            * gcc-interface/trans.cc (gigi): Add one more leading underscore to
            name of stack checking function.

Diff:
---
 gcc/ada/gcc-interface/trans.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/gcc-interface/trans.cc b/gcc/ada/gcc-interface/trans.cc
index 8164801b2af..5eff4df5954 100644
--- a/gcc/ada/gcc-interface/trans.cc
+++ b/gcc/ada/gcc-interface/trans.cc
@@ -364,7 +364,7 @@ gigi (Node_Id gnat_root,
 
   /* Enable GNAT stack checking method if needed */
   if (!Stack_Check_Probes_On_Target)
-    set_stack_check_libfunc ("_gnat_stack_check");
+    set_stack_check_libfunc ("__gnat_stack_check");
 
   /* Retrieve alignment settings.  */
   double_float_alignment = get_target_double_float_alignment ();


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-13 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 10:04 [gcc r13-1677] [Ada] Adjust name of stack checking function Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).