From: Tonu Naks <n...@adacore.com>

gcc/ada/ChangeLog:

        * comperr.adb: update support instructions
        * switch.adb: update support instructions

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/comperr.adb | 12 ++++++------
 gcc/ada/switch.adb  |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb
index 60afd04c399..602b13dd59b 100644
--- a/gcc/ada/comperr.adb
+++ b/gcc/ada/comperr.adb
@@ -311,12 +311,12 @@ package body Comperr is
                   End_Line;
 
                   Write_Str
-                    ("| GAP members can alternatively use GNAT Tracker:");
+                    ("| GAP members can alternatively use GNATtracker:");
                   End_Line;
 
                   Write_Str
-                    ("| https://www.adacore.com/login?mode=gap " &
-                     "section 'Create New Ticket'.");
+                    ("| https://support.adacore.com/csm " &
+                     "by using the button 'Create A New Case'.");
                   End_Line;
 
                   Write_Str
@@ -326,12 +326,12 @@ package body Comperr is
 
                else
                   Write_Str
-                    ("| Please submit a bug report using GNAT Tracker:");
+                    ("| Please submit a bug report using GNATtracker at");
                   End_Line;
 
                   Write_Str
-                    ("| https://www.adacore.com/login " &
-                     "section 'Create New Ticket'.");
+                    ("| https://support.adacore.com/csm " &
+                     "by using the button 'Create New Case'.");
                   End_Line;
 
                   Write_Str
diff --git a/gcc/ada/switch.adb b/gcc/ada/switch.adb
index b1abe1ea866..691abc0f141 100644
--- a/gcc/ada/switch.adb
+++ b/gcc/ada/switch.adb
@@ -93,7 +93,7 @@ package body Switch is
          Set_Standard_Output;
          Usage;
          Write_Eol;
-         Write_Line ("Report bugs to rep...@adacore.com");
+         Write_Line ("Report bugs to supp...@adacore.com");
          Exit_Program (E_Success);
       end if;
    end Check_Version_And_Help_G;
-- 
2.43.0

Reply via email to