From: Jeff Law Date: Wed, 22 Apr 2020 17:22:59 +0000 (-0600) Subject: Update builtin function documentation. X-Git-Tag: upstream/12.2.0~17142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c3351398644270eddb4db2028dabc8fe6287632;p=platform%2Fupstream%2Fgcc.git Update builtin function documentation. * doc/extend.exi: Add "free" to list of other builtin functions supported by GCC. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4cc33e..3b9af1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-04-22 Zackery Spytz + + * doc/extend.exi: Add "free" to list of other builtin functions + supported by GCC. + 2020-04-20 Aaron Sawdey PR target/94622 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 81bb7a4..c17b104 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12315,6 +12315,7 @@ is called and the @var{flag} argument passed to it. @findex fprintf_unlocked @findex fputs @findex fputs_unlocked +@findex free @findex frexp @findex frexpf @findex frexpl