aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShujing Zhao <pearly.zhao@oracle.com>2010-03-18 03:01:09 +0000
committerShujing Zhao <pzhao@gcc.gnu.org>2010-03-18 03:01:09 +0000
commit316fc112aec50de832334fd8b1cb00e01d0178d9 (patch)
treea7554dffbac20eb8675ad112df4cb60b0c71b841
parent29e8b716ec7b005ec5bb63cc56e13e716f677f50 (diff)
downloadgcc-316fc112aec50de832334fd8b1cb00e01d0178d9.zip
gcc-316fc112aec50de832334fd8b1cb00e01d0178d9.tar.gz
gcc-316fc112aec50de832334fd8b1cb00e01d0178d9.tar.bz2
common.opt (dumpdir): Remove redundant tab.
gcc/ 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com> * common.opt (dumpdir): Remove redundant tab. gcc/fortran 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com> * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove redundant tab. From-SVN: r157529
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/common.opt2
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/lang.opt4
4 files changed, 12 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f9e7878..f6f62b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
+
+ * common.opt (dumpdir): Remove redundant tab.
+
2010-03-17 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43347
diff --git a/gcc/common.opt b/gcc/common.opt
index 633ab47..cdb4e08 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -255,7 +255,7 @@ Common Separate
dumpdir
Common Separate
--dumpdir <dir> Set the directory name to be used for dumps
+-dumpdir <dir> Set the directory name to be used for dumps
; The version of the C++ ABI in use. The following values are allowed:
;
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index e445a6a..231deaa 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
+
+ * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove
+ redundant tab.
+
2010-03-17 Tobias Burnus <burnus@net-b.de>
PR fortran/43331
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index a52e643..7ea06c2 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
@@ -246,7 +246,7 @@ Allow arbitrary character line width in fixed mode
ffixed-line-length-
Fortran RejectNegative Joined UInteger
--ffixed-line-length-<n> Use n as character line width in fixed mode
+-ffixed-line-length-<n> Use n as character line width in fixed mode
ffpe-trap=
Fortran RejectNegative JoinedOrMissing
@@ -262,7 +262,7 @@ Allow arbitrary character line width in free mode
ffree-line-length-
Fortran RejectNegative Joined UInteger
--ffree-line-length-<n> Use n as character line width in free mode
+-ffree-line-length-<n> Use n as character line width in free mode
fimplicit-none
Fortran