mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
libc/aarch64: Remove an unneeded weak symbol
The index symbol doesn't belong in memcpy.S as it is already in strchr.S where it belongs. Sponsored by: Arm Ltd (cherry picked from commit 024248c933c5741a21c17eda63092f330dd98337)
This commit is contained in:
parent
a194eabe08
commit
ca84f1ed4d
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#define __memcpy_aarch64 memcpy
|
||||
#define __memmove_aarch64 memmove
|
||||
#include "aarch64/memcpy.S"
|
||||
|
||||
.weak index
|
||||
.equ index, strchr
|
||||
|
|
|
|||
Loading…
Reference in a new issue