diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 4f30779..4068fa8 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -4763,6 +4763,7 @@ init_optabs () trunctfdf2_libfunc = init_one_libfunc ("__trunctfdf2"); memcpy_libfunc = init_one_libfunc ("memcpy"); + memmove_libfunc = init_one_libfunc ("memmove"); bcopy_libfunc = init_one_libfunc ("bcopy"); memcmp_libfunc = init_one_libfunc ("memcmp"); bcmp_libfunc = init_one_libfunc ("__gcc_bcmp"); |