svp64: align on 64-byte boundary svp64
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 15 Aug 2023 19:22:25 +0000 (22:22 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Thu, 29 Feb 2024 18:32:43 +0000 (21:32 +0300)
gas/config/tc-ppc.c

index 6cddf0f007c8ba673b9dd4ec0eaa7c03dedb4e22..dadec84a7389895053a963c80ead9ce2bdf506cb 100644 (file)
@@ -4183,7 +4183,7 @@ ppc_assemble (char *str, struct svp64_ctx *svp64)
   insn_length = 4;
   if ((ppc_cpu & PPC_OPCODE_VLE) != 0 && PPC_OP_SE_VLE (insn))
     insn_length = 2;
-  else if (PPC_PREFIX_P (insn))
+  else if (PPC_PREFIX_P (insn) || svp64)
     {
       struct insn_label_list *l;