This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: hook doc patch (7/112): TARGET_UNWIND_WORD_MODE (revised^2)


Quoting "Joseph S. Myers" <joseph@codesourcery.com>:
TARGET_UNWIND_WORD_MODE
http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00768.html

Should state what the default uses.

2010-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>

	* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.

Index: doc/tm.texi
===================================================================
--- doc/tm.texi	(revision 156503)
+++ doc/tm.texi	(working copy)
@@ -1424,6 +1432,11 @@ of shift instructions expanded to libgcc
 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]