From 98949d6cb9752accc1fc9e844bd3a26b3ea03813 Mon Sep 17 00:00:00 2001 From: mrs Date: Thu, 29 Dec 2005 19:39:29 +0000 Subject: [PATCH] * doc/invoke.texi (Objective-C and Objective-C++ Dialect Options -fobjc-exceptions): Don't imply this doesn't work with the GNU runtime. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109151 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/invoke.texi | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9b9002b872..c10eeae6981 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-12-29 Mike Stump + + * 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 * varasm.c (get_section): Use gcc_assert. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9b9f480f72c..b428f2d8324 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 @{ -- 2.11.0