]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Revert filename changes in comments.
authorMartin Liska <mliska@suse.cz>
Tue, 18 Jan 2022 09:02:47 +0000 (10:02 +0100)
committerMartin Liska <mliska@suse.cz>
Tue, 18 Jan 2022 09:19:02 +0000 (10:19 +0100)
gcc/ada/ChangeLog:

* adaint.c: Revert filename changes in comments.
* ctrl_c.c (dummy_handler): Likewise.
* gsocket.h: Likewise.
* init.c (__gnat_error_handler): Likewise.
* libgnarl/s-intman.ads: Likewise.
* libgnarl/s-osinte__android.ads: Likewise.
* libgnarl/s-osinte__darwin.ads: Likewise.
* libgnarl/s-osinte__hpux.ads: Likewise.
* libgnarl/s-osinte__linux.ads: Likewise.
* libgnarl/s-osinte__qnx.ads: Likewise.
* libgnarl/s-taskin.ads: Likewise.
* rtfinal.c: Likewise.

12 files changed:
gcc/ada/adaint.c
gcc/ada/ctrl_c.c
gcc/ada/gsocket.h
gcc/ada/init.c
gcc/ada/libgnarl/s-intman.ads
gcc/ada/libgnarl/s-osinte__android.ads
gcc/ada/libgnarl/s-osinte__darwin.ads
gcc/ada/libgnarl/s-osinte__hpux.ads
gcc/ada/libgnarl/s-osinte__linux.ads
gcc/ada/libgnarl/s-osinte__qnx.ads
gcc/ada/libgnarl/s-taskin.ads
gcc/ada/rtfinal.c

index b7b7d7483dd83f4abb48649fa1dddde36db68614..591d033fbca17373a02af768ea805b205ab21caf 100644 (file)
@@ -172,7 +172,7 @@ extern "C" {
 
 #include "mingw32.h"
 
-/* Current code page and CCS encoding to use, set in initialize.cc.  */
+/* Current code page and CCS encoding to use, set in initialize.c.  */
 UINT __gnat_current_codepage;
 UINT __gnat_current_ccs_encoding;
 
index b32baa01b3be8037bcc4c23074f24ad8c01eee0c..eeec3e64f7088a2470ad1dfa76d36a1ad9c58340 100644 (file)
@@ -61,7 +61,7 @@ void __gnat_uninstall_int_handler (void);
 void
 dummy_handler () {}
 
-/* Lives in init.cc.  */
+/* Lives in init.c.  */
 extern void (*__gnat_ctrl_c_handler) (void);
 #endif
 
index aaeca95ba870c8001286e3132a3e162a6bfb232c..e7284a1ef4e5235f13d7cdea81b59c1edfbf2fa6 100644 (file)
  *                     mutual exclusion
  *
  * See "Handling of gethostbyname, gethostbyaddr, getservbyname and
- * getservbyport" in socket.cc for details.
+ * getservbyport" in socket.c for details.
  */
 
 #if defined (HAVE_GETxxxBYyyy_R)
index 7ee1977279b26418225797d5557a0302cde30b78..6b6ed5fb058c9cc09828ea422ae4b6520fc03f97 100644 (file)
@@ -542,7 +542,7 @@ __gnat_error_handler (int sig, siginfo_t *si ATTRIBUTE_UNUSED, void *ucontext)
         before the faulting address is accessible.  Unfortunately, Linux
         seems to have no way of giving us the faulting address.
 
-        In old versions of init.cc, we had a test of the page before the
+        In old versions of init.c, we had a test of the page before the
         stack pointer:
 
           ((volatile char *)
index 4d5ab60f68f3503add1b77a2de06f1daa557587a..aef5a779f7555f78c741632d25ba4ebaebdbd201 100644 (file)
@@ -105,7 +105,7 @@ private
      (C, Adjust_Context_For_Raise, "__gnat_adjust_context_for_raise");
    --  Target specific hook performing adjustments to the signal's machine
    --  context, to be called before an exception may be raised from a signal
-   --  handler. This service is provided by init.cc, together with the
+   --  handler. This service is provided by init.c, together with the
    --  non-tasking signal handler.
 
 end System.Interrupt_Management;
index 9ef3e30a2bd87c85c189c278e4dca53d5d7bc68f..f4434f68b2256f14c7517f242e754c220a2f17f5 100644 (file)
@@ -309,7 +309,7 @@ package System.OS_Interface is
    --  The alternate signal stack for stack overflows
 
    Alternate_Stack_Size : constant := 16 * 1024;
-   --  This must be in keeping with init.cc:__gnat_alternate_stack
+   --  This must be in keeping with init.c:__gnat_alternate_stack
 
    Stack_Base_Available : constant Boolean := False;
    --  Indicates whether the stack base is available on this target
index 12bb1aad648ecbab938f71bd57f41f3a2a73800b..1856ce9ee58ddc680679ec5cb59e419b1b051b64 100644 (file)
@@ -288,7 +288,7 @@ package System.OS_Interface is
    --  The alternate signal stack for stack overflows
 
    Alternate_Stack_Size : constant := 32 * 1024;
-   --  This must be in keeping with init.cc:__gnat_alternate_stack
+   --  This must be in keeping with init.c:__gnat_alternate_stack
 
    Stack_Base_Available : constant Boolean := False;
    --  Indicates whether the stack base is available on this target. This
index a1cf316657d5c31070554336626331bdc5adbe83..feaedcc0654b890b1ecd5c0d3a097db5e22d6d4a 100644 (file)
@@ -293,7 +293,7 @@ package System.OS_Interface is
    --  The alternate signal stack for stack overflows
 
    Alternate_Stack_Size : constant := 128 * 1024;
-   --  This must be in keeping with init.cc:__gnat_alternate_stack
+   --  This must be in keeping with init.c:__gnat_alternate_stack
 
    Stack_Base_Available : constant Boolean := False;
    --  Indicates whether the stack base is available on this target
index 3230f28c38b27fda0c34fcda318ff3213e7b7bf6..7c9e7ca4518ba3e593d72cfee2504e49fcc040f2 100644 (file)
@@ -331,7 +331,7 @@ package System.OS_Interface is
    pragma Import (C, sigaltstack, "sigaltstack");
 
    Alternate_Stack_Size : constant := 32 * 1024;
-   --  This must be in keeping with init.cc:__gnat_alternate_stack
+   --  This must be in keeping with init.c:__gnat_alternate_stack
 
    Alternate_Stack : aliased char_array (1 .. Alternate_Stack_Size);
    pragma Import (C, Alternate_Stack, "__gnat_alternate_stack");
index af877006d99472faf282e032a3a608011a7cebae..c7a887abee27f32c73c2cac462f7f03419473784 100644 (file)
@@ -310,7 +310,7 @@ package System.OS_Interface is
    --  sigaltstack in QNX
 
    Alternate_Stack_Size : constant := 0;
-   --  This must be kept in sync with init.cc:__gnat_alternate_stack
+   --  This must be kept in sync with init.c:__gnat_alternate_stack
 
    Stack_Base_Available : constant Boolean := False;
    --  Indicates whether the stack base is available on this target
index c4f42fe1f7e06c771261ba5fdfdf99450ff2a76e..2e6a0bb3bcffd46609b67e958bc4481c66b1ddb1 100644 (file)
@@ -776,7 +776,7 @@ package System.Tasking is
    Unspecified_Priority : constant Integer := -1;
    --  Indicates that a task has an unspecified priority. This is hardcoded as
    --  -1 rather than System.Priority'First - 1 as the value needs to be used
-   --  in init.cc to specify that the main task has no specified priority.
+   --  in init.c to specify that the main task has no specified priority.
 
    Priority_Not_Boosted : constant Integer := System.Priority'First - 1;
    --  Definition of Priority actually has to come from the RTS configuration
index ba7c61e7b079017008c34e0768e73712eb0ecf13..543e3a29f074f69114d2166d69329f99fc98869e 100644 (file)
@@ -43,7 +43,7 @@ extern void __gnat_runtime_finalize (void);
    Note that __gnat_runtime_finalize() is called in adafinal()   */
 
 extern int __gnat_rt_init_count;
-/*  see initialize.cc  */
+/*  see initialize.c  */
 
 #if defined (__MINGW32__)
 #include "mingw32.h"