From: Shujing Zhao Date: Thu, 18 Mar 2010 03:01:09 +0000 (+0000) Subject: common.opt (dumpdir): Remove redundant tab. X-Git-Tag: releases/gcc-4.5.0~330 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=316fc112aec50de832334fd8b1cb00e01d0178d9;p=thirdparty%2Fgcc.git common.opt (dumpdir): Remove redundant tab. gcc/ 2010-03-18 Shujing Zhao * common.opt (dumpdir): Remove redundant tab. gcc/fortran 2010-03-18 Shujing Zhao * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove redundant tab. From-SVN: r157529 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9e7878dc337..f6f62b9583b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-03-18 Shujing Zhao + + * common.opt (dumpdir): Remove redundant tab. + 2010-03-17 Martin Jambor PR tree-optimization/43347 diff --git a/gcc/common.opt b/gcc/common.opt index 633ab47a76cd..cdb4e085d51a 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -255,7 +255,7 @@ Common Separate dumpdir Common Separate --dumpdir Set the directory name to be used for dumps +-dumpdir 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 e445a6a7577d..231deaa75823 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2010-03-18 Shujing Zhao + + * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove + redundant tab. + 2010-03-17 Tobias Burnus PR fortran/43331 diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index a52e643c9b36..7ea06c2838f4 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- Use n as character line width in fixed mode +-ffixed-line-length- 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- Use n as character line width in free mode +-ffree-line-length- Use n as character line width in free mode fimplicit-none Fortran