Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-20 | [libgcc] Provide symbol to handle gcc's implicit calls to memset() | Michael Brown | 1 | -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> |