diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/options.texi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1561808..ee78860 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * doc/options.texi (Option file format): Fix bad indentation, + restoring dropped sentence. + 2009-02-28 Jan Hubicka <jh@suse.cz> * tree-inline.c (tree_function_versioning): Output debug info. diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index 96ce749..a05a6b2 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -41,6 +41,7 @@ records have two fields: the string @samp{TargetSave}, and a declaration type to go in the @code{cl_target_option} structure. @item +An option definition record. These records have the following fields: @enumerate @item the name of the option, with the leading ``-'' removed |
