From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 330283858D3C; Tue, 17 May 2022 11:21:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 330283858D3C Received: by mail-ed1-x52a.google.com with SMTP id p26so5731753eds.5; Tue, 17 May 2022 04:21:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TTcT6ihowsKS0wb0m6EkaggLqeTc+IVJOzW9M5Gtv64=; b=Jp/jh3PGnSQmV0TqWodecrCSIQeanUTlHyWUmOabXo5XBIVtABP3s36zN0ObJU//fK 1nPU1SPaUSmZDzW2VDgP0XAKz2IZNvW6RuFHOymTYg2RCxEBBfEmxE7xPx4B3eY76py7 srZMQlWyH3h7uxeuPLhe+bGwoqjutamobQeovOEgrerOJ7C8RYw64uMB2aAL/3bgi2qu 6Zbw5qX1BqrwReBLRACfVbVqjmDIag46eE/kOLZElJy741+DgwTZyRKWUdamyeEOSC0g NVQv87DU09YaHXCxlZOLS+X22eV6vUSjCdWPz6Z+E7SKnNyorEphmgsVXJvvjEWOkJDz HEMA== X-Gm-Message-State: AOAM530cfLMB8GPRPXV3v+GiwijL8wM4wbmp8vbwxr6FL7VUhDq3wJrq uAsVkBnaWJha2kChWJ+FVIQEbGjL/Qag703loCne9AR+H8U= X-Google-Smtp-Source: ABdhPJxTO3XiOOl5AsYkkB3wpq23JIWjK3uBZllYSeiBQ4Ux1aRENMe6wR8rywBXK11YQtT/EHvwt1T4qpDg6w+Dq+I= X-Received: by 2002:a05:6402:293:b0:42a:aece:5c5c with SMTP id l19-20020a056402029300b0042aaece5c5cmr11452730edv.108.1652786473859; Tue, 17 May 2022 04:21:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dmitry Selyutin Date: Tue, 17 May 2022 14:20:37 +0300 Message-ID: Subject: Re: [PATCH 0/2] extend opindex and fx_pcrel_adjust to 16 bits To: binutils@sourceware.org Cc: gdb-patches@sourceware.org, Alan Modra , Luke Kenneth Casson Leighton , Andreas Schwab Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2022 11:21:18 -0000 On Wed, May 11, 2022 at 8:59 PM Dmitry Selyutin wrote: > With the upcoming SVP64 extension[0] to PowerPC architecture, it > became evident that PowerPC operand indices no longer fit 8 bits. Hello all, this is a kind reminder on v2 patches. Thank you for your suggestions and remarks on the first revision. The new revision has been submitted correctly, as part of a thread[0][1][2]. Do you have more comments or suggestions on these patches? Can these be submitted? [0] https://sourceware.org/pipermail/binutils/2022-May/120783.html [1] https://sourceware.org/pipermail/binutils/2022-May/120804.html [2] https://sourceware.org/pipermail/binutils/2022-May/120803.html