diff options
author | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-08-21 18:38:13 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-08-21 18:38:13 +0000 |
commit | b2f7ebc1455ce53ec4d048b85e2fc7d1a94c9e5f (patch) | |
tree | c3e3107adb8b0addd0a7edf0569f7a36f14fe8de | |
parent | 6cd1d48e9e4dd7ceb80a6dff6f113d5020c5d9d6 (diff) | |
download | gcc-b2f7ebc1455ce53ec4d048b85e2fc7d1a94c9e5f.zip gcc-b2f7ebc1455ce53ec4d048b85e2fc7d1a94c9e5f.tar.gz gcc-b2f7ebc1455ce53ec4d048b85e2fc7d1a94c9e5f.tar.bz2 |
Fix ChangeLog format for revision 177258.
From-SVN: r177943
-rw-r--r-- | gcc/ada/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d986bd1..6c04dd1 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -3286,7 +3286,7 @@ 2011-08-03 Emmanuel Briot <briot@adacore.com> - * prj-pp.adb (Pretty_Print): remove trailing blank line in the file + * prj-pp.adb (Pretty_Print): Remove trailing blank line. 2011-08-03 Javier Miranda <miranda@adacore.com> @@ -3295,9 +3295,9 @@ 2011-08-03 Yannick Moy <moy@adacore.com> - * sem_res.adb - (Resolve_Op_Concat_Arg): do not issue a SPARK violation when argument of - concatenation is the name of a constant + * sem_res.adb (Resolve_Op_Concat_Arg): Do not issue a SPARK + violation when the argument of concatenation is the name of a + constant. 2011-08-03 Emmanuel Briot <briot@adacore.com> |