]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
common.opt (dumpdir): Remove redundant tab.
authorShujing Zhao <pearly.zhao@oracle.com>
Thu, 18 Mar 2010 03:01:09 +0000 (03:01 +0000)
committerShujing Zhao <pzhao@gcc.gnu.org>
Thu, 18 Mar 2010 03:01:09 +0000 (03:01 +0000)
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

gcc/ChangeLog
gcc/common.opt
gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index f9e7878dc337e88eb97112f9d68e11a58f1eb110..f6f62b9583b3e31316a1d4cc86679662edc89fc9 100644 (file)
@@ -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
index 633ab47a76cd9e238e682bb2fc01567baa7e2dd2..cdb4e085d51ac53ba1a6fb26d890b60b268c4f98 100644 (file)
@@ -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:
 ;
index e445a6a7577d88988d92c7baa04b433ceab8357c..231deaa758231a1abe760b1b9d9f2e9436ab5012 100644 (file)
@@ -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
index a52e643c9b36727b1d56b4bedc7daaacff394b64..7ea06c2838f47764990165c7dd711eb6f6aebc9c 100644 (file)
@@ -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