diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-20 09:50:21 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-20 09:50:21 +0000 |
commit | 012604e4d054daa79c99c5b4585ddd47527d3629 (patch) | |
tree | 5497842c55b95c6136727a19c5e78553aec4a216 /gcc | |
parent | c6af84caae0f6902bae90406fd824c0a8dc9d212 (diff) | |
download | ppe42-gcc-012604e4d054daa79c99c5b4585ddd47527d3629.tar.gz ppe42-gcc-012604e4d054daa79c99c5b4585ddd47527d3629.zip |
* doc/md.texi (Expander Definitions): Use @emph instead of @strong
around Note: text to workaround a limitation of the Info format.
* doc/cpp.texi (Invocation): Likewise.
* doc/cppopts.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 2 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
4 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 243363bf497..427aa21b06e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2004-12-20 Ben Elliston <bje@au.ibm.com> + + * doc/md.texi (Expander Definitions): Use @emph instead of @strong + around Note: text to workaround a limitation of the Info format. + * doc/cpp.texi (Invocation): Likewise. + * doc/cppopts.texi: Likewise. + 2004-12-19 Dale Johannesen <dalej@apple.com> * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Don't diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 66f92818e8d..fa94f48d77d 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -4133,7 +4133,7 @@ here are also acceptable to the C compiler and have the same meaning, except that the C compiler has different rules for specifying the output file. -@strong{Note:} Whether you use the preprocessor by way of @command{gcc} +@emph{Note:} Whether you use the preprocessor by way of @command{gcc} or @command{cpp}, the @dfn{compiler driver} is run first. This program's purpose is to translate your command into invocations of the programs that do the actual work. Their command line interfaces are diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index edd446a9fdd..872cffcd501 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -133,7 +133,7 @@ time it is redefined or undefined. Built-in macros, macros defined on the command line, and macros defined in include files are not warned about. -@strong{Note:} If a macro is actually used, but only used in skipped +@emph{Note:} If a macro is actually used, but only used in skipped conditional blocks, then CPP will report it as unused. To avoid the warning in such a case, you might improve the scope of the macro's definition by, for example, moving it into the first skipped block. @@ -359,7 +359,7 @@ extensions for C++ and assembly are also recognized. If cpp does not recognize the extension, it will treat the file as C; this is the most generic mode. -@strong{Note:} Previous versions of cpp accepted a @option{-lang} option +@emph{Note:} Previous versions of cpp accepted a @option{-lang} option which selected both the language and the standards conformance level. This option has been removed, because it conflicts with the @option{-l} option. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 9e11e44fd50..36c73a19392 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -4511,7 +4511,7 @@ on this machine. So it must be copied into a register with = force_reg (SImode, GEN_INT (65535)); ") @end smallexample -@strong{Note:} If the @code{define_expand} is used to serve a +@emph{Note:} If the @code{define_expand} is used to serve a standard binary or unary arithmetic operation or a bit-field operation, then the last insn it generates must not be a @code{code_label}, @code{barrier} or @code{note}. It must be an @code{insn}, |