aboutsummaryrefslogtreecommitdiff
path: root/src/libgcc/implicit.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20[libgcc] Provide symbol to handle gcc's implicit calls to memset()Michael Brown1-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>