From 95ffe01c059adb244c98e615915013d038e3075a Mon Sep 17 00:00:00 2001
From: Hariharan Sandanagobalane <hariharan@picochip.com>
Date: Tue, 16 Dec 2008 16:30:26 +0000
Subject: [PATCH] re PR preprocessor/38842 (Problem with SystemC compilation
 using GCC 4.3.2)

        PR target/38842
        * config/picochip/picochip.opt (mae): Squeezed the comments onto one
        line.

From-SVN: r142781
---
 gcc/ChangeLog                    | 6 ++++++
 gcc/config/picochip/picochip.opt | 6 ++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e0b8726049f3..53561dd4c601 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-16  Hariharan Sandanagobalane <hariharan@picochip.com>
+
+	PR target/38842
+	* config/picochip/picochip.opt (mae): Squeezed the comments onto one
+	line.
+
 2008-12-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
 	* configure.ac (gcc_cv_ld_hidden): Sun ld on Solaris 9 and up
diff --git a/gcc/config/picochip/picochip.opt b/gcc/config/picochip/picochip.opt
index 0e4bc4e2fce2..4726f499377a 100644
--- a/gcc/config/picochip/picochip.opt
+++ b/gcc/config/picochip/picochip.opt
@@ -20,8 +20,7 @@
 
 mae=
 Target RejectNegative Joined Var(picochip_ae_type_string)
-Specify which type of AE to target. This option sets the mul-type
-and byte-access.
+Specify which type of AE to target. This option sets the mul-type and byte-access.
 
 mmul-type=
 Target RejectNegative Undocumented Joined Var(picochip_mul_type_string)
@@ -37,8 +36,7 @@ Enable debug output to be generated.
 
 msymbol-as-address
 Target Mask(SYMBOL_AS_ADDRESS)
-Allow a symbol value to be used as an immediate value in an
-instruction.
+Allow a symbol value to be used as an immediate value in an instruction.
 
 minefficient-warnings
 Target Mask(INEFFICIENT_WARNINGS)
-- 
GitLab