aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-07-03 22:28:28 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-07-04 08:28:28 +1000
commit44082375658c4650d0eb3aaa5c24d95f9af91f8e (patch)
treefc026c2804b47e378f8219fa531be866e6b7d28c /gcc
parent6bc7a4e1d51ecbf703780ba16f35befa993264ae (diff)
downloadgcc-44082375658c4650d0eb3aaa5c24d95f9af91f8e.zip
gcc-44082375658c4650d0eb3aaa5c24d95f9af91f8e.tar.gz
gcc-44082375658c4650d0eb3aaa5c24d95f9af91f8e.tar.bz2
tm.texi (Run-time Target): Capitalise "CPU".
* doc/tm.texi (Run-time Target): Capitalise "CPU". (Exception Handling): Likewise. From-SVN: r126284
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/tm.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 371fb6a..c3b2f98 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-04 Ben Elliston <bje@au.ibm.com>
+
+ * doc/tm.texi (Run-time Target): Capitalise "CPU".
+ (Exception Handling): Likewise.
+
2007-07-03 Jan Hubicka <jh@suse.cz>
* ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 6e10dd2..145c81a 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -697,7 +697,7 @@ Here are run-time target specifications.
@defmac TARGET_CPU_CPP_BUILTINS ()
This function-like macro expands to a block of code that defines
-built-in preprocessor macros and assertions for the target cpu, using
+built-in preprocessor macros and assertions for the target CPU, using
the functions @code{builtin_define}, @code{builtin_define_std} and
@code{builtin_assert}. When the front end
calls this macro it provides a trailing semicolon, and since it has
@@ -3286,7 +3286,7 @@ so included typically defines @code{MD_FALLBACK_FRAME_STATE_FOR}.
@end defmac
@defmac MD_FALLBACK_FRAME_STATE_FOR (@var{context}, @var{fs})
-This macro allows the target to add cpu and operating system specific
+This macro allows the target to add CPU and operating system specific
code to the call-frame unwinder for use when there is no unwind data
available. The most common reason to implement this macro is to unwind
through signal frames.