aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2006-11-25 19:15:29 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2006-11-25 11:15:29 -0800
commitbbe7da4a15f047443504a5156ec3e8a7718fd867 (patch)
treef69153bb85c4451a5fa09ce5ff33ea69b3839ce6 /gcc
parent91ed95ae2c24470338a4b726d2e0572b564e3d83 (diff)
downloadgcc-bbe7da4a15f047443504a5156ec3e8a7718fd867.zip
gcc-bbe7da4a15f047443504a5156ec3e8a7718fd867.tar.gz
gcc-bbe7da4a15f047443504a5156ec3e8a7718fd867.tar.bz2
c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options.
* c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options. From-SVN: r119206
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/c.opt9
2 files changed, 5 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c0019d2..9d6addc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/c.opt b/gcc/c.opt
index 6cd1790..8582b20 100644
--- 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