From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12e.google.com (mail-il1-x12e.google.com [IPv6:2607:f8b0:4864:20::12e]) by sourceware.org (Postfix) with ESMTPS id C302D3856DC0 for ; Fri, 21 Oct 2022 15:40:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C302D3856DC0 Received: by mail-il1-x12e.google.com with SMTP id x12so930658ilq.1 for ; Fri, 21 Oct 2022 08:40:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Ay3OoM0PJUCr8hVTqVDDDhsNX8QJOpKgcLmyE3cQBjM=; b=PkxvGVgKRpgfaBXiOtsEkZ1mYLHAxU6S8pGtU0SyVBRRErj8EBhilCn+mO5R0EF2YC Xi515kpFtbnSp9lo//k8ete3i89Zpp6BoY8NMsybvGBDUSouFTTDbXlgNXP82rNzjg8C je7rxsLF5pPUI/Q4qL/vOxqf7yEcQLwkdg2he566WwFnUFzDIDF/ZRQ/J2FiEBDAa0ag bNouTf4m/l5jsNtUspx/IuamL7W90816mAcXwBnOlqW9K5iKy8kM/p0WxyK5+D8Cv/fe gHHcInedPkF4I2wrXq/q7LfFw/p0lw35lr8gwVgCuT88uoemmYnpuaCbIbJIAbWQaBti zbdw== X-Gm-Message-State: ACrzQf0gRkN5faAf0zoWQX1nieszYIyrh2gLkwBP83lrpu4CWHZWJqtI FnmJVEJ0MdIIOQdAt9rZnOx16A== X-Google-Smtp-Source: AMsMyM6CS/yb7o01WNqKiGKb0Ixrzm424eJfc692t/bpxWnnRvPPfMCTD5/xwdleR+cvhUILS6h0MQ== X-Received: by 2002:a05:6e02:1605:b0:2fc:405a:d04d with SMTP id t5-20020a056e02160500b002fc405ad04dmr14807648ilu.320.1666366851234; Fri, 21 Oct 2022 08:40:51 -0700 (PDT) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id c4-20020a92cf44000000b002ff36cb0a62sm1856786ilr.27.2022.10.21.08.40.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Oct 2022 08:40:50 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH 0/2] Fix two bugs with packed array printing References: <20221006200610.3678399-1-tromey@adacore.com> X-Attribution: Tom Date: Fri, 21 Oct 2022 09:40:49 -0600 In-Reply-To: <20221006200610.3678399-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Thu, 6 Oct 2022 14:06:08 -0600") Message-ID: <878rl9chha.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2022 15:40:55 -0000 >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> This series fixes a couple of bugs involving the printing of packed Tom> arrays. Tom> Regression tested on x86-64 Fedora 34. I've also run these patches Tom> through the internal test suite on many more targets (and in Tom> particular for the second patch, some big-endian targets). I'm checking these in now. Tom