Stefan Liebler 7949f552cb S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]
Building the s390 specific iconv modules - utf16-utf32-z9.c, utf8-utf32-z9.c
and utf8-utf16-z9.c - with -fno-omit-frame-pointer leads to a build error
"error: %r11 cannot be used in 'asm' here" as r11 is needed as frame-pointer.

The cuXY-instructions need two even-odd register pairs. Therefore the register
pinning is used. This patch just uses a different register pair.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2024-10-08 10:13:02 +02:00
..
2024-07-14 12:44:15 +02:00
2024-09-25 15:54:07 +01:00
2024-08-07 11:02:03 -03:00
2024-06-18 10:45:36 +02:00
2024-09-09 09:57:42 -04:00
2024-10-01 13:39:26 +01:00
2024-07-08 21:51:03 +02:00
2024-06-17 13:47:09 +00:00
2024-08-08 14:53:53 +02:00
2024-06-17 13:47:09 +00:00
2024-08-07 11:02:03 -03:00