Skip to content

Commit

Permalink
memcpy/memmove: reverted ENTRY macro
Browse files Browse the repository at this point in the history
  • Loading branch information
NaohiroTamura committed Apr 27, 2021
1 parent c582917 commit f4627d5
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions sysdeps/aarch64/multiarch/memcpy_a64fx.S
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,7 @@
ret
.endm

// removed BTI_C from ENTRY (MEMCPY)
.globl __memcpy_a64fx
.type __memcpy_a64fx, %function
.p2align 6
__memcpy_a64fx:
cfi_startproc
CALL_MCOUNT
ENTRY (MEMCPY)

PTR_ARG (0)
PTR_ARG (1)
Expand Down Expand Up @@ -374,13 +368,7 @@ END (MEMCPY)
libc_hidden_builtin_def (MEMCPY)


// removed BTI_C from ENTRY (MEMMOVE)
.globl __memmove_a64fx
.type __memmove_a64fx, %function
.p2align 6
__memmove_a64fx:
cfi_startproc
CALL_MCOUNT
ENTRY (MEMMOVE)

PTR_ARG (0)
PTR_ARG (1)
Expand Down

0 comments on commit f4627d5

Please sign in to comment.