]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Objective-C and Objective-C++ Dialect Options -fobjc-exceptions): Don...
authorMike Stump <mrs@apple.com>
Thu, 29 Dec 2005 19:39:29 +0000 (19:39 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 29 Dec 2005 19:39:29 +0000 (19:39 +0000)
        * doc/invoke.texi (Objective-C and Objective-C++ Dialect Options
        -fobjc-exceptions): Don't imply this doesn't work with the GNU
        runtime.

From-SVN: r109151

gcc/ChangeLog
gcc/doc/invoke.texi

index f9b9002b8727448d1bc2d2100e2c87bea4784d98..c10eeae69817453b57c9521081e20e3393160a00 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-29  Mike Stump  <mrs@apple.com>
+
+       * doc/invoke.texi (Objective-C and Objective-C++ Dialect Options
+       -fobjc-exceptions): Don't imply this doesn't work with the GNU
+       runtime.
+
 2005-12-29  Nathan Sidwell  <nathan@codesourcery.com>
 
        * varasm.c (get_section): Use gcc_assert.
index 9b9f480f72cc0e856f61c98bbf966160ae8e9935..b428f2d8324dd4df993d7889bb4bf1d40b3c7994 100644 (file)
@@ -1988,8 +1988,9 @@ accomplished via the comm page.
 @item -fobjc-exceptions
 @opindex fobjc-exceptions
 Enable syntactic support for structured exception handling in Objective-C,
-similar to what is offered by C++ and Java.  Currently, this option is only
-available in conjunction with the NeXT runtime on Mac OS X 10.3 and later.
+similar to what is offered by C++ and Java.  This option is
+unavailable in conjunction with the NeXT runtime on Mac OS X 10.2 and
+earlier.
 
 @smallexample
   @@try @{