aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eeab1f1..7d02f1c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-21 Tom de Vries <tom@codesourcery.com>
+
+ * doc/extend.texi (__builtin_extend_pointer): Remove pasto.
+
2018-03-21 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/84960
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 8a1e36b3..e94351b 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -12426,7 +12426,6 @@ of an actual hardware address this function returns the extended user
pointer. Targets where this is true included ILP32 mode on x86_64 or
Aarch64. This function is mainly useful when writing inline assembly
code.
-@var{addr}
@end deftypefn
@node Target Builtins