diff options
author | 2003-10-01 18:25:51 +0000 | |
---|---|---|
committer | 2003-10-01 18:25:51 +0000 | |
commit | 44fe48dce62efb41420d0999761f4a029e85ee08 (patch) | |
tree | 7ad119363acf0cfbdb2f0967786ee56047b61cf4 /lib/libc/stdlib/malloc.c | |
parent | Directly invoke the sysctl system call, rather than going through the sysctl(3) (diff) | |
download | wireguard-openbsd-44fe48dce62efb41420d0999761f4a029e85ee08.tar.xz wireguard-openbsd-44fe48dce62efb41420d0999761f4a029e85ee08.zip |
Introduce a new target switch, -mmemcpy (and -mno-memcpy).
This switch forces block copy operations to always fallback to memcpy()
when it is not done by inline load and stores, rather than using the
m88k movstr* functions found in libgcc.
The name of this option has been choosen after the mips back end, which
has a similar option.
Right now, this is a no-op since these functions are disabled due to (yet)
another gcc bug; but this will help building standalone code, such as the
kernel and boot blocks, without having to link against libgcc.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions