diff options
author | Tonu Naks <naks@adacore.com> | 2024-05-30 09:22:18 +0000 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2025-06-12 10:37:57 +0200 |
commit | 7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64 (patch) | |
tree | 096fbd1b099c7c8c960ff9691fa87e618a6b8050 | |
parent | a4c64da32f4aa1e76a4d28298426b09b70a2eecf (diff) | |
download | gcc-7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64.zip gcc-7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64.tar.gz gcc-7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64.tar.bz2 |
ada: Update bug-box texts
gcc/ada/ChangeLog:
* comperr.adb: update support instructions
* switch.adb: update support instructions
-rw-r--r-- | gcc/ada/comperr.adb | 12 | ||||
-rw-r--r-- | 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 60afd04..602b13d 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 b1abe1e..691abc0 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 report@adacore.com"); + Write_Line ("Report bugs to support@adacore.com"); Exit_Program (E_Success); end if; end Check_Version_And_Help_G; |