[PATCH 03/20] aarch64: Don't build wordcopy
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu Oct 27 16:59:45 GMT 2022
On 27/10/22 12:32, Szabolcs Nagy via Libc-alpha wrote:
> Use an empty wordcopy.c to avoid building the generic one.
> It does not seem to be used anywhere.
LGTM, thanks. I would be good if we could refactor to avoid each target that
reimplement memcpy/memmove with assembly routine to need to add this empty
file.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
> ---
> sysdeps/aarch64/wordcopy.c | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> create mode 100644 sysdeps/aarch64/wordcopy.c
>
> diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c
> new file mode 100644
> index 0000000000..e69de29bb2
More information about the Libc-alpha
mailing list