OSDN Git Service

gcc/
authorpzhao <pzhao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 2010 03:01:09 +0000 (03:01 +0000)
committerpzhao <pzhao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 2010 03:01:09 +0000 (03:01 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157529 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f9e7878..f6f62b9 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 633ab47..cdb4e08 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 e445a6a..231deaa 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 a52e643..7ea06c2 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