summaryrefslogtreecommitdiffstats
path: root/src/libgcc/implicit.c
Commit message (Collapse)AuthorAgeFilesLines
* [libgcc] Provide symbol to handle gcc's implicit calls to memset()Michael Brown2016-04-201-0/+26
On some architectures (such as ARM), gcc will insert implicit calls to memset(). Handle these using the same mechanism as for the implicit calls to memcpy() used by x86. Signed-off-by: Michael Brown <mcb30@ipxe.org>