* c.opt: Remove -ffixed-form, -ffixed-line-length-none, and
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Nov 2006 19:15:29 +0000 (19:15 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Nov 2006 19:15:29 +0000 (19:15 +0000)
-ffixed-line-length-* options.

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

gcc/ChangeLog
gcc/c.opt

index c0019d2..9d6addc 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 6cd1790..8582b20 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