In gcc/:
commit35e711d3df0277e462f64368ddb11687bf4bbc64
authorNicola Pero <nicola.pero@meta-innovation.com>
Fri, 24 Sep 2010 08:19:17 +0000 (24 08:19 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Fri, 24 Sep 2010 08:19:17 +0000 (24 08:19 +0000)
treeaa7dc466862449c069c3df648780fb5daef77333
parentf1570cec9ba0489df6027e3f8f8e100b70660473
In gcc/:

        * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
        underfull hbox in DVI output.
        (-fobjc-class-cxx-cdtors): Same change.
        (-fobjc-exceptions): Tidied up documentation.  Explain what the
        option does, but moved the (lenghty) description of the exception
        syntax into objc.texi.
        (-fobjc-gc): Explain that the option is not useful with the GNU
        runtime.
        (-fzero-link): Explain that the GNU runtime always works in
        "zero-link" mode.
        * doc/objc.texi: All sections: simplified @node declarations
        removing specification of next, previous, up node.
        (Objective-C): Updated introduction.
        (Garbage Collection): Updated.  The bohem-gc library is now
        included in gcc itself.  Mention that this section only applies to
        the GNU Objective-C runtime.
        (compatibility_alias): Small tidy up.
        (Exceptions): New section mostly containing text previously in the
        description of the -fobjc-exception command-line option.
        (Synchronization): Same.

From-SVN: r164586
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/doc/objc.texi