s390: Use long branches across object boundaries (jgh instead of jh)
authorFlorian Weimer <fweimer@redhat.com>
Wed, 10 Nov 2021 14:21:37 +0000 (15:21 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 10 Nov 2021 14:21:37 +0000 (15:21 +0100)
Depending on the layout chosen by the linker, the 16-bit displacement
of the jh instruction is insufficient to reach the target label.

Analysis of the linker failure was carried out by Nick Clifton.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Stefan Liebler <stli@linux.ibm.com>
sysdeps/s390/memmem-arch13.S
sysdeps/s390/strstr-arch13.S

index c5c8d8c..58df8cd 100644 (file)
@@ -41,7 +41,7 @@ ENTRY(MEMMEM_ARCH13)
 #  error The arch13 variant of memmem needs the z13 variant of memmem!
 # endif
        clgfi   %r5,9
-       j     MEMMEM_Z13
+       jgh     MEMMEM_Z13
 
        aghik   %r0,%r5,-1              /* vll needs highest index.  */
        bc      4,0(%r14)               /* cc==1: return if needle-len == 0.  */
index c7183e6..222a6de 100644 (file)
@@ -49,7 +49,7 @@ ENTRY(STRSTR_ARCH13)
 #  error The arch13 variant of strstr needs the z13 variant of strstr!
 # endif
        clgfi   %r4,9
-       j     STRSTR_Z13
+       jgh     STRSTR_Z13
 
        /* In case of a partial match, the vstrs instruction returns the index
           of the partial match in a vector-register.  Then we have to