about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/bcopy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/s390-32/bcopy.S')
-rw-r--r--sysdeps/s390/s390-32/bcopy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-32/bcopy.S b/sysdeps/s390/s390-32/bcopy.S
index d4403dc4d8..7f61bed70e 100644
--- a/sysdeps/s390/s390-32/bcopy.S
+++ b/sysdeps/s390/s390-32/bcopy.S
@@ -68,7 +68,7 @@ ENTRY(__bcopy)
 #ifdef PIC
         al     %r1,.L9-.L8(%r1)     # get address of global offset table
                                     # load address of memmove
-        l      %r1,memmove@GOT12(%r1)
+        l      %r1,memmove@GOT(%r1)
         br     %r1
 .L9:    .long  _GLOBAL_OFFSET_TABLE_-.L8
 #else