diff options
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 9b447126f81..6130cada848 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -705,8 +705,8 @@ you must define @code{POINTERS_EXTEND_UNSIGNED}. @findex POINTERS_EXTEND_UNSIGNED @item POINTERS_EXTEND_UNSIGNED A C expression whose value is nonzero if pointers that need to be -extended from being @code{POINTER_SIZE} bits wide to @code{Pmode} -are sign-extended and zero if they are zero-extended. +extended from being @code{POINTER_SIZE} bits wide to @code{Pmode} are to +be zero-extended and zero if they are to be sign-extended. You need not define this macro if the @code{POINTER_SIZE} is equal to the width of @code{Pmode}. |