diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/usage.adb | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 48ffeb9..d54f9d1 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,10 @@ 2004-10-04 Thomas Quinot <quinot@act-europe.fr> + * usage.adb: Change "pragma inline" to "pragma Inline" in information + and error messages + +2004-10-04 Thomas Quinot <quinot@act-europe.fr> + * exp_dist.adb: Split declaration of asynchronous flag out of Add_RACW_Read_Attribute. Minor reformatting for better alignment with PolyORB version. diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index deda649..3e5d0b8 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -375,8 +375,8 @@ begin Write_Line (" n* normal warning mode (cancels -gnatws/-gnatwe)"); Write_Line (" o* turn on warnings for address clause overlay"); Write_Line (" O turn off warnings for address clause overlay"); - Write_Line (" p turn on warnings for ineffective pragma inline"); - Write_Line (" P* turn off warnings for ineffective pragma inline"); + Write_Line (" p turn on warnings for ineffective pragma Inline"); + Write_Line (" P* turn off warnings for ineffective pragma Inline"); Write_Line (" r turn on warnings for redundant construct"); Write_Line (" R* turn off warnings for redundant construct"); Write_Line (" s suppress all warnings"); |