diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-04-29 20:45:55 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-04-29 20:45:55 +0000 |
commit | f4ddb75bb3980dc9c331ddb0dbab5704920d3742 (patch) | |
tree | 609b29914127225123a2ff40c88f679a1c48781c | |
parent | 0366359a3c9e47d118de9e761e3f0fe3acc510c3 (diff) | |
download | gcc-f4ddb75bb3980dc9c331ddb0dbab5704920d3742.zip gcc-f4ddb75bb3980dc9c331ddb0dbab5704920d3742.tar.gz gcc-f4ddb75bb3980dc9c331ddb0dbab5704920d3742.tar.bz2 |
* doc/invoke.texi (Overall Options): Mention -x objective-c-header.
From-SVN: r66254
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 394922a..2b65a5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-04-29 Geoffrey Keating <geoffk@apple.com> + * doc/invoke.texi (Overall Options): Mention -x objective-c-header. + * dwarf2out.c (output_call_frame_info): No need to output EH unwind information if all_throwers_are_sibcalls. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c4bd18c..432b54c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -813,7 +813,7 @@ the next @option{-x} option. Possible values for @var{language} are: @example c c-header cpp-output c++ c++-header c++-cpp-output -objective-c objc-cpp-output +objective-c objective-c-header objc-cpp-output assembler assembler-with-cpp ada f77 f77-cpp-input ratfor |