]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options.
authorBrooks Moses <brooks.moses@codesourcery.com>
Sat, 25 Nov 2006 19:15:29 +0000 (19:15 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Sat, 25 Nov 2006 19:15:29 +0000 (11:15 -0800)
* c.opt: Remove -ffixed-form, -ffixed-line-length-none, and
-ffixed-line-length-* options.

From-SVN: r119206

gcc/ChangeLog
gcc/c.opt

index c0019d2179fdb2211e138ec4e58b11caf65e4348..9d6addcb2743e75170c13a08ff847880ea268607 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * c.opt: Remove -ffixed-form, -ffixed-line-length-none, and
+       -ffixed-line-length-* options.
+
 2006-11-25  Uros Bizjak  <ubizjak@gmail.com>
 
        config/i386/i386.md (fpremxf4): Rename to fpremxf4_i387.
index 6cd179038a66d378b2e03f584841da73739bfdbf..8582b20d528689d7397b66d57f0ffbc7bfd20288 100644 (file)
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -515,15 +515,6 @@ C ObjC C++ ObjC++ Joined RejectNegative
 fexternal-templates
 C++ ObjC++
 
-ffixed-form
-C ObjC
-
-ffixed-line-length-none
-C ObjC
-
-ffixed-line-length-
-C ObjC Joined
-
 ffor-scope
 C++ ObjC++
 Scope of for-init-statement variables is local to the loop