summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-09 11:33:18 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-09 11:33:18 +0000
commit8315e00fbb895b2176247b85cd16bde7522292cd (patch)
treee109c8dfb07ff49d62bf2a2d2104f09f54cdcd03
parent23cefd9efc22ca20a0e94e8e4adc6c3e22af7eb5 (diff)
downloadppe42-gcc-8315e00fbb895b2176247b85cd16bde7522292cd.tar.gz
ppe42-gcc-8315e00fbb895b2176247b85cd16bde7522292cd.zip
Fix more long lines
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165219 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 13cdf75870c..342b9cf9f8b 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -249,7 +249,8 @@
* prj-tree.ads (Expression_Kind_Of): Allowed for N_External_Value nodes
(Set_Expression_Kind_Of): Ditto
* prj.adb (Initialize): Set external_as_list as a reserved word
- * projects.texi: Document new string external reference external_as_list
+ * projects.texi: Document new string external reference
+ external_as_list.
* scans.ads (Token_Type): New token Tok_External_As_List
* snames.ads-tmpl: New standard name Name_External_As_List
@@ -1074,9 +1075,9 @@
* exp_ch4.adb (Expand_N_Op_Not): Handle properly both operands when the
parent is a binary boolean operation and the operand is an unpacked
array.
- (Build_Boolean_Array_Proc_Call): If the operands are both negations, the
- operands of the rewritten node are the operands of the negations, not
- the negations themselves.
+ (Build_Boolean_Array_Proc_Call): If the operands are both negations,
+ the operands of the rewritten node are the operands of the negations,
+ not the negations themselves.
2010-10-04 Robert Dewar <dewar@adacore.com>
OpenPOWER on IntegriCloud