diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c.opt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3217b54c2db..48f894887c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-15 David Edelsohn <edelsohn@gnu.org> + + * c.opt (ffixed-line-length-none): New. + 2005-11-15 Steve Ellcey <sje@cup.hp.com> * mklibgcc.in: Change contents of eh_dummy.c. diff --git a/gcc/c.opt b/gcc/c.opt index 3d95ca2aba6..1338b11d4b2 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -510,6 +510,9 @@ C++ ObjC++ ffixed-form C ObjC +ffixed-line-length-none +C ObjC + ffixed-line-length- C ObjC Joined |