aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-12-29 19:39:29 +0000
committerMike Stump <mrs@gcc.gnu.org>2005-12-29 19:39:29 +0000
commit3dd9b65f61603ae3504abe0a0e95725c511f46be (patch)
tree7ac4129d482eb76ac860fd5e2b222fbd688eed9f /gcc
parent4580c9a6499ed989c4289e217ed5bdb8526114a1 (diff)
downloadgcc-3dd9b65f61603ae3504abe0a0e95725c511f46be.zip
gcc-3dd9b65f61603ae3504abe0a0e95725c511f46be.tar.gz
gcc-3dd9b65f61603ae3504abe0a0e95725c511f46be.tar.bz2
invoke.texi (Objective-C and Objective-C++ Dialect Options -fobjc-exceptions): Don't imply this doesn't work with the GNU runtime.
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi5
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f9b9002..c10eeae 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9b9f480..b428f2d 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 @{