From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by sourceware.org (Postfix) with ESMTPS id 763BB3858C00 for ; Thu, 28 Sep 2023 03:45:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 763BB3858C00 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x62c.google.com with SMTP id d9443c01a7336-1c1ff5b741cso112710275ad.2 for ; Wed, 27 Sep 2023 20:45:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695872714; x=1696477514; darn=sourceware.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=eX+ywPqy/+M804QTcpSDwyzNM5daUnbKZYAveBMBpN0=; b=VhX19qSQkO+jSKUGTA7z0rWMfumlpj4qOJ2VTqZeIa5GZYLuXgEyTOFn2ENtMCvdpu tnC0tEc+9esZXgObmT5d6o2r/cMaeyYXoXULaB3gp21bcXG9MMUsbAXEEHmLhef6y8Xs aJr7a9Gc508xk2TPSyNNtcibB8LQ+EvS4OXK1d7royGC9LTEvdK4IiburnDW8kC2Ke2L aWJZqNLx+hCgME+zjuICqjqLtuZ7L9xSo7tIYQR5dDRQxpY73NCAMLgczQs0S6lXp95Z XeTNkZJjyEN0+s3cYEPdaWSLPASFxEgjk0pUT015WDu9lqLw8UFeBFxHMlgqsnrhC5k8 XIhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695872714; x=1696477514; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eX+ywPqy/+M804QTcpSDwyzNM5daUnbKZYAveBMBpN0=; b=NbFUSsYxWsCNZfplvWeBKbaTaTIpRgEil3OlciL/DwkzXiQHBWd1H2pYEwU3Wi8EfT JnTrfgDH+/Ge/7FMstEKj/8UBZ8EUY8pQDlwo6j3r3qIl7ykNPrSL1kecgWKFb4SVlG5 OKYV6UIoLRFpkFasg5qIlCxPitQeHBo37/HBfGI0dg01UBE5e/N8UyS82vUj7pSW6KTU YEQAZ5rUo1QkPIpKToTCgPNlbvb2GD+k8O8WZ34BXMoL83C13KDYuA6pkuIEcFhP+1Ft BXIRWyoIJJexhwcHpypXycuL+GV+FMEJ2kYSW6T1wxGU0TclPf82MwgzJVq81LcgeHjq ykVw== X-Gm-Message-State: AOJu0Yy7dBSFh5twpNSMSpStU+F178yoZ6w3DgaIhXPrWyoph0oLqNbk SqaHwcSHIzCh/fqJy4jxV/XVp0N8b5wfmqVqHDg= X-Google-Smtp-Source: AGHT+IHx0og8xqCFvWEHrBkWm11KlqKEkmveR5wsdIBBZCXAHs7tzO0R+nDAU/bUufVV93TfIi0Yqex6MlCEz3zP3WY= X-Received: by 2002:a17:902:c255:b0:1c7:2347:7777 with SMTP id 21-20020a170902c25500b001c723477777mr90995plg.11.1695872714404; Wed, 27 Sep 2023 20:45:14 -0700 (PDT) MIME-Version: 1.0 References: <20230817034046.438336-1-yunqiang.su@cipunited.com> In-Reply-To: From: YunQiang Su Date: Thu, 28 Sep 2023 11:45:03 +0800 Message-ID: Subject: Re: [PATCH] MIPS: fix readelf -S bintest test for N64 triples To: YunQiang Su Cc: macro@orcam.me.uk, binutils@sourceware.org, nickc@redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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 List-Id: YunQiang Su =E4=BA=8E2023=E5=B9=B48=E6=9C=8828=E6=97=A5= =E5=91=A8=E4=B8=80 11:53=E5=86=99=E9=81=93=EF=BC=9A > > YunQiang Su =E4=BA=8E2023=E5=B9=B48=E6=9C=881= 7=E6=97=A5=E5=91=A8=E5=9B=9B 11:41=E5=86=99=E9=81=93=EF=BC=9A > > > > MIPS N64 has different section layout. Let's add a new file > > readelf.s-64-tmips. > > > > It can fix this test fail on mips64*-linux-gnuabi64 and mips64*-openbsd= . > > @Maciej W. Rozycki I know you are quite busy. While can you have a > glance of these > short patch? > > They are quite simple. > ping --=20 YunQiang Su