[03/20] aarch64: Don't build wordcopy

Message ID 068e00916e624d7eb2062d3312c55d1bbc73b37f.1666877952.git.szabolcs.nagy@arm.com
State Committed
Commit 520b1df08de68a3de328b65a25b86300a7ddf512
Headers
Series patches from the morello port |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Szabolcs Nagy Oct. 27, 2022, 3:32 p.m. UTC
  Use an empty wordcopy.c to avoid building the generic one.
It does not seem to be used anywhere.
---
 sysdeps/aarch64/wordcopy.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/aarch64/wordcopy.c
  

Comments

Adhemerval Zanella Netto Oct. 27, 2022, 4:59 p.m. UTC | #1
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
  

Patch

diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c
new file mode 100644
index 0000000000..e69de29bb2