]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix minor fallout of latest change
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 10 Jun 2025 08:35:09 +0000 (10:35 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 3 Jul 2025 08:16:25 +0000 (10:16 +0200)
This adjusts the header of the renamed files and adds missing blank lines.

gcc/ada/ChangeLog:

* errid.ads: Adjust header to renaming and fix copyright line.
* errid.adb: Adjust header to renaming and add blank line.
* erroutc-pretty_emitter.ads: Adjust header to renaming.
* erroutc-pretty_emitter.adb: Likewise.
* erroutc-sarif_emitter.ads: Likewise.
* erroutc-sarif_emitter.adb: Likewise.
* errsw.ads: Adjust header to renaming and add blank line.
* errsw.adb: Likewise.
* json_utils.ads: Likewise.
* json_utils.adb: Adjust header to renaming.

gcc/ada/errid.adb
gcc/ada/errid.ads
gcc/ada/erroutc-pretty_emitter.adb
gcc/ada/erroutc-pretty_emitter.ads
gcc/ada/erroutc-sarif_emitter.adb
gcc/ada/erroutc-sarif_emitter.ads
gcc/ada/errsw.adb
gcc/ada/errsw.ads
gcc/ada/json_utils.adb
gcc/ada/json_utils.ads

index a661fcf1e0bef4a84acf68c77b346f515b622b96..46d319e2d5404c4f8a7594e51b0b7b754f2e15ca 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---               D I A G N O S T I C S . R E P O S I T O R Y                --
+--                                E R R I D                                 --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
@@ -22,6 +22,7 @@
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 with JSON_Utils; use JSON_Utils;
 with Output;     use Output;
 
index acabc3b1dfe8e7a5fc783d58731e798df154e72e..4d56d73cdf577e54ad380ed7310ac1369e9e52ed 100644 (file)
@@ -2,11 +2,11 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---               D I A G N O S T I C S . R E P O S I T O R Y                --
+--                                E R R I D                                 --
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 19925, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2025, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -22,6 +22,7 @@
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 with Types; use Types;
 with Errsw; use Errsw;
 
index d9bf560dd8d22c69f17fd1e68c62521cdd8c9915..72cc03fadb5a6300e45cd5d1b0fd6ba3d4dda07d 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---             D I A G N O S T I C S . P R E T T Y _ E M I T T E R          --
+--                 E R R O U T C . P R E T T Y _ E M I T T E R              --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
index 3ff0109db639f7b38c7a050f63e4e20b5915c7b7..a4521a26d17024376982726d96ec20e8fb79ccaa 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---             D I A G N O S T I C S . P R E T T Y _ E M I T T E R          --
+--                 E R R O U T C . P R E T T Y _ E M I T T E R              --
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
index 90f7a7c73a90ac5b58b66702f30a0cf81611190e..1d4df0c6f691fbdc3d3b67ac08f0b9fa498099d1 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---              D I A G N O S T I C S . S A R I F _ E M I T T E R           --
+--                 E R R O U T C . S A R I F _ E M I T T E R                --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
index 9272b545462fbc9c45de1086f44d5b6e0d39ea1d..e3953712f85b0f99cc31f054d8e48e0f135da225 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---              D I A G N O S T I C S . S A R I F _ E M I T T E R           --
+--                 E R R O U T C . S A R I F _ E M I T T E R                --
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
@@ -24,6 +24,5 @@
 ------------------------------------------------------------------------------
 
 package Erroutc.SARIF_Emitter is
-
    procedure Print_SARIF_Report;
 end Erroutc.SARIF_Emitter;
index 511e00d3b93e58dfae4454a92267ef01fbaaec63..1edc8cd615b2a5d1cb29ef42c27e945dd807446f 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---  D I A G N O S T I C S . D I A G N O S T I C S _ R E P O S I T O R Y     --
+--                                E R R S W                                 --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
@@ -22,6 +22,7 @@
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 with JSON_Utils; use JSON_Utils;
 with Output;     use Output;
 
index b6d01304c1ae3e825d493996e111f5d3a55ddcd3..93af18296bb3fd221ddf3385697c51d939a067de 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---  D I A G N O S T I C S . D I A G N O S T I C S _ R E P O S I T O R Y     --
+--                                E R R S W                                 --
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
@@ -22,6 +22,7 @@
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 with Types; use Types;
 
 package Errsw is
index 61b0693b53521f8e843847f6de49781cc1699233..9d289fb45ff2405adaeb0aa97130993c4f1d7e5b 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---               D I A G N O S T I C S . J S O N _ U T I L S                --
+--                           J S O N _ U T I L S                            --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
index b251def9a3bb20aafccfc7d0d645d329bbb1620c..7a8251c97a499923ee885ff657e9767e937b878b 100644 (file)
@@ -2,7 +2,7 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---               D I A G N O S T I C S . J S O N _ U T I L S                --
+--                           J S O N _ U T I L S                            --
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
@@ -22,6 +22,7 @@
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 with Types; use Types;
 
 package JSON_Utils is