Commit 2dd4ceac by Zackery Spytz Committed by Jeff Law

Minor documentation fix

	* doc/extend.texi: Add realloc to list of built-in functions
	are recognized by the compiler.
parent f8e72b8d
2020-04-13 Zachary Spytz <zspytz@gmail.com>
* doc/extend.texi: Add realloc to list of built-in functions
are recognized by the compiler.
2020-04-13 H.J. Lu <hongjiu.lu@intel.com> 2020-04-13 H.J. Lu <hongjiu.lu@intel.com>
PR target/94556 PR target/94556
......
...@@ -12434,6 +12434,7 @@ is called and the @var{flag} argument passed to it. ...@@ -12434,6 +12434,7 @@ is called and the @var{flag} argument passed to it.
@findex printf_unlocked @findex printf_unlocked
@findex putchar @findex putchar
@findex puts @findex puts
@findex realloc
@findex remainder @findex remainder
@findex remainderf @findex remainderf
@findex remainderl @findex remainderl
...@@ -12677,8 +12678,8 @@ The ISO C90 functions ...@@ -12677,8 +12678,8 @@ The ISO C90 functions
@code{toupper}, @code{labs}, @code{ldexp}, @code{log10}, @code{log}, @code{toupper}, @code{labs}, @code{ldexp}, @code{log10}, @code{log},
@code{malloc}, @code{memchr}, @code{memcmp}, @code{memcpy}, @code{malloc}, @code{memchr}, @code{memcmp}, @code{memcpy},
@code{memset}, @code{modf}, @code{pow}, @code{printf}, @code{putchar}, @code{memset}, @code{modf}, @code{pow}, @code{printf}, @code{putchar},
@code{puts}, @code{scanf}, @code{sinh}, @code{sin}, @code{snprintf}, @code{puts}, @code{realloc}, @code{scanf}, @code{sinh}, @code{sin},
@code{sprintf}, @code{sqrt}, @code{sscanf}, @code{strcat}, @code{snprintf}, @code{sprintf}, @code{sqrt}, @code{sscanf}, @code{strcat},
@code{strchr}, @code{strcmp}, @code{strcpy}, @code{strcspn}, @code{strchr}, @code{strcmp}, @code{strcpy}, @code{strcspn},
@code{strlen}, @code{strncat}, @code{strncmp}, @code{strncpy}, @code{strlen}, @code{strncat}, @code{strncmp}, @code{strncpy},
@code{strpbrk}, @code{strrchr}, @code{strspn}, @code{strstr}, @code{strpbrk}, @code{strrchr}, @code{strspn}, @code{strstr},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment