aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMatt Kraai <kraai@alumni.cmu.edu>2002-06-19 20:14:19 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2002-06-19 20:14:19 +0000
commitd90a95fbeae54dc48801a87b8cb1aab185498afd (patch)
tree6ff8f246603150b4354a531e1525cf02df17d1c5 /gcc
parent7999462c2299aec36490ec9b8c21fbc8bf1d4769 (diff)
downloadgcc-d90a95fbeae54dc48801a87b8cb1aab185498afd.zip
gcc-d90a95fbeae54dc48801a87b8cb1aab185498afd.tar.gz
gcc-d90a95fbeae54dc48801a87b8cb1aab185498afd.tar.bz2
tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of builtin_define and builtin_define_std.
* doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of builtin_define and builtin_define_std. From-SVN: r54798
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/tm.texi6
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e8ce30a..c369d44 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -7,6 +7,13 @@
* Makefile.in (unstrap, restrap): New targets.
(bootstrap): Mention restrap.
+2002-06-19 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * except.c (ehl_free): Remove.
+
+ * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of
+ builtin_define and builtin_define_std.
+
2002-06-19 Ian Dall <ian@sibyl.beware.dropbear.id.au>
* config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 446d232..2d54603 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -595,12 +595,12 @@ results freely.
@code{builtin_assert} takes a string in the form you pass to the
command-line option @option{-A}, such as @code{cpu=mips}, and creates
-the assertion. @code{builtin_macro} takes a string in the form
+the assertion. @code{builtin_define} takes a string in the form
accepted by option @option{-D} and unconditionally defines the macro.
-@code{builtin_macro_std} takes a string representing the name of an
+@code{builtin_define_std} takes a string representing the name of an
object-like macro. If it doesn't lie in the user's namespace,
-@code{builtin_macro_std} defines it unconditionally. Otherwise, it
+@code{builtin_define_std} defines it unconditionally. Otherwise, it
defines a version with two leading underscores, and another version
with two leading and trailing underscores, and defines the original
only if an ISO standard was not requested on the command line. For