Update builtin function documentation.
* doc/extend.exi: Add "free" to list of other builtin functions supported by GCC.
This commit is contained in:
parent
3bcdb5dec7
commit
4c33513986
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-04-22 Zackery Spytz <zspytz@gmail.com>
|
||||
|
||||
* doc/extend.exi: Add "free" to list of other builtin functions
|
||||
supported by GCC.
|
||||
|
||||
2020-04-20 Aaron Sawdey <acsawdey@linux.ibm.com>
|
||||
|
||||
PR target/94622
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue