c324794cb0
The implementations for various stdlib functions in libc/memory.c are very generic and should work under just about any circumstances. They are unfortunately also very slow. This change makes them weak symbols so that faster versions can be defined on a per architecture basis which will automatically take the place of the slow versions. Change-Id: Ia1ac90d9dcd45962b2a15f61ecc74b0a4676048d Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://review.coreboot.org/1725 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins) |
||
---|---|---|
.. | ||
Makefile.inc | ||
args.c | ||
console.c | ||
ctype.c | ||
exec.c | ||
getopt_long.c | ||
ipchecksum.c | ||
lar.c | ||
lib.c | ||
malloc.c | ||
memory.c | ||
printf.c | ||
qsort.c | ||
rand.c | ||
readline.c | ||
string.c | ||
strings.c | ||
strlcpy.c | ||
sysinfo.c | ||
time.c |