public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-1628] [Ada] Add one more leading underscore to couple of exported symbols
Date: Tue, 12 Jul 2022 12:25:51 +0000 (GMT)	[thread overview]
Message-ID: <20220712122551.E135E3850877@sourceware.org> (raw)

https://gcc.gnu.org/g:6882d60a10060a7f3c73e73eb7f10239e1a4f905

commit r13-1628-g6882d60a10060a7f3c73e73eb7f10239e1a4f905
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Fri Jun 24 12:16:21 2022 +0200

    [Ada] Add one more leading underscore to couple of exported symbols
    
    For the sake of consistency with other runtime units.
    
    gcc/ada/
    
            * libgnat/s-stchop.ads: Use a double underscore prefix for symbols.

Diff:
---
 gcc/ada/libgnat/s-stchop.ads | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/libgnat/s-stchop.ads b/gcc/ada/libgnat/s-stchop.ads
index f4d1a5b8041..f1f3b79317e 100644
--- a/gcc/ada/libgnat/s-stchop.ads
+++ b/gcc/ada/libgnat/s-stchop.ads
@@ -72,7 +72,7 @@ package System.Stack_Checking.Operations is
 private
    Cache : aliased Stack_Access := Null_Stack;
 
-   pragma Export (C, Cache, "_gnat_stack_cache");
-   pragma Export (C, Stack_Check, "_gnat_stack_check");
+   pragma Export (C, Cache, "__gnat_stack_cache");
+   pragma Export (C, Stack_Check, "__gnat_stack_check");
 
 end System.Stack_Checking.Operations;


                 reply	other threads:[~2022-07-12 12:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220712122551.E135E3850877@sourceware.org \
    --to=pmderodat@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).