diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2006-11-25 19:15:29 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-11-25 11:15:29 -0800 |
commit | bbe7da4a15f047443504a5156ec3e8a7718fd867 (patch) | |
tree | f69153bb85c4451a5fa09ce5ff33ea69b3839ce6 /gcc | |
parent | 91ed95ae2c24470338a4b726d2e0572b564e3d83 (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/c.opt | 9 |
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. @@ -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 |