From ed57136d4a6bbf190126322a818175debee588b4 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 8 Apr 2009 16:54:32 +0200 Subject: [multiple changes] 2009-04-08 Ed Schonberg * sem_util.adb (Is_Protected_Self_Reference): Add guard to check for presence of entity. * usage.adb, gnat_ugn.texi: add info on -gnatyO: overriding indicators 2009-04-08 Vincent Celier * vms_data.ads: Add VMS equivalent for -gnatyO (OVERRIDING_INDICATORS) 2009-04-08 Thomas Quinot * checks.ads: Minor reformatting 2009-04-08 Robert Dewar * gnat_rm.texi: Update documentation of pragma Obsolescent * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow identifiers to be omitted, and allow Entity parameter to be omitted. From-SVN: r145745 --- gcc/ada/usage.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/usage.adb') diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 3d14ce3..e69695b 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -525,6 +525,7 @@ begin Write_Line (" Mnn check line length <= nn characters"); Write_Line (" N turn off all checks"); Write_Line (" o check subprogram bodies in alphabetical order"); + Write_Line (" O check overriding indicators"); Write_Line (" p check pragma casing"); Write_Line (" r check casing for identifier references"); Write_Line (" s check separate subprogram specs present"); -- cgit v1.1