diff options
Diffstat (limited to 'gcc/ada/gnatxref.adb')
-rw-r--r-- | gcc/ada/gnatxref.adb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/gnatxref.adb b/gcc/ada/gnatxref.adb index 9a3935c..3737f66 100644 --- a/gcc/ada/gnatxref.adb +++ b/gcc/ada/gnatxref.adb @@ -299,6 +299,11 @@ procedure Gnatxref is end Write_Usage; begin + Put_Line + ("WARNING: gnatxref is obsolete and will be removed in the next release"); + Put_Line + ("Consider using Libadalang or GNAT Studio python scripting instead"); + Parse_Cmd_Line; if not Have_File then |