about summary refs log tree commit diff
path: root/sysdeps/ia64/bcopy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/bcopy.S')
-rw-r--r--sysdeps/ia64/bcopy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/bcopy.S b/sysdeps/ia64/bcopy.S
index fe90d2166d..a41c21d5a7 100644
--- a/sysdeps/ia64/bcopy.S
+++ b/sysdeps/ia64/bcopy.S
@@ -6,5 +6,5 @@ ENTRY(bcopy)
 	mov in0 = in1
 	;;
 	mov in1 = r8
-	br.cond.sptk.many memmove
+	br.cond.sptk.many HIDDEN_JUMPTARGET(memmove)
 END(bcopy)