OSDN Git Service

* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2010 05:48:05 +0000 (05:48 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2010 05:48:05 +0000 (05:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156595 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index dd7b0b6..889e326 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
+
 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
 
        * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
 
        * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
index e69b0e1..aae27c5 100644 (file)
@@ -1424,6 +1424,11 @@ of shift instructions expanded to libgcc calls.  If not defined
 targets.
 @end deftypefn
 
 targets.
 @end deftypefn
 
+@deftypefn {Target Hook} {enum machine_mode} TARGET_UNWIND_WORD_MODE (void)
+Return machine mode to be used for @code{_Unwind_Word} type.
+The default is to use @code{word_mode}.
+@end deftypefn
+
 @defmac ROUND_TOWARDS_ZERO
 If defined, this macro should be true if the prevailing rounding
 mode is towards zero.
 @defmac ROUND_TOWARDS_ZERO
 If defined, this macro should be true if the prevailing rounding
 mode is towards zero.