From: Juergen Christ Date: Tue, 27 May 2025 13:42:10 +0000 (+0200) Subject: s390x: Fix bootstrap. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6790558b4da2ffce55e507807b8f46e5dd5ad2b4;p=thirdparty%2Fgcc.git s390x: Fix bootstrap. A typo in the mnemonic attribute caused a failed bootstrap. Not sure how that passed the bootstrap done before committing. gcc/ChangeLog: * config/s390/vector.md(*vec_extract): Fix mnemonic. Signed-off-by: Juergen Christ --- diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md index 5824ae4a672..6f4e1929eb8 100644 --- a/gcc/config/s390/vector.md +++ b/gcc/config/s390/vector.md @@ -639,7 +639,7 @@ return "vste\t%v1,%0,%2"; } [(set_attr "op_type" "VRS,VRX") - (set_attr "mnemonic" "vlgv,vste")]) + (set_attr "mnemonic" "vlgv,vste")]) (define_insn "*vec_extract" [(set (match_operand: 0 "nonimmediate_operand" "=d,R,v")