From: bje Date: Tue, 3 Jul 2007 22:28:28 +0000 (+0000) Subject: * doc/tm.texi (Run-time Target): Capitalise "CPU". X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6daf3d3a1c054c7bb058e4eaf0df52c31a3b47e6;p=thirdparty%2Fgcc.git * doc/tm.texi (Run-time Target): Capitalise "CPU". (Exception Handling): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126284 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 371fb6a12bc4..c3b2f98536a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-04 Ben Elliston + + * doc/tm.texi (Run-time Target): Capitalise "CPU". + (Exception Handling): Likewise. + 2007-07-03 Jan Hubicka * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6e10dd28f2a3..145c81a1fb4c 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.