aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2019-02-21 23:23:12 +0000
committerMartin Sebor <msebor@gcc.gnu.org>2019-02-21 16:23:12 -0700
commita90b0cdd444f6dde1084a439862cf507f6d3b2ae (patch)
tree373cbb191e0a6d29969a8327839aac3d1f5042e0 /gcc
parent4bcd47e2e1975635ea18d61accf7dcbf64306aa7 (diff)
downloadgcc-a90b0cdd444f6dde1084a439862cf507f6d3b2ae.zip
gcc-a90b0cdd444f6dde1084a439862cf507f6d3b2ae.tar.gz
gcc-a90b0cdd444f6dde1084a439862cf507f6d3b2ae.tar.bz2
extend.texi (__clear_cache): Correct signature.
gcc/ChangeLog: * doc/extend.texi (__clear_cache): Correct signature. libgcc/ChangeLog: * libgcc2.h (__clear_cache): Correct signature. * libgcc2.c (__clear_cache): Same. gcc/testsuite/ChangeLog: * gcc.dg/Wbuiltin-declaration-mismatch-12.c: New test. From-SVN: r269082
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 46cc048..c8cecb3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-21 Martin Sebor <msebor@redhat.com>
+
+ * doc/extend.texi (__clear_cache): Correct signature.
+
2019-02-21 Ian Lance Taylor <iant@golang.org>
PR go/89170
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e7af5a6..545d851 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -13073,7 +13073,7 @@ void foo (void)
@end deftypefn
-@deftypefn {Built-in Function} void __builtin___clear_cache (char *@var{begin}, char *@var{end})
+@deftypefn {Built-in Function} void __builtin___clear_cache (void *@var{begin}, void *@var{end})
This function is used to flush the processor's instruction cache for
the region of memory between @var{begin} inclusive and @var{end}
exclusive. Some targets require that the instruction cache be