From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id ACCB73858D28; Sun, 23 Jul 2023 07:12:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ACCB73858D28 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-x62b.google.com with SMTP id d9443c01a7336-1b9ecf0cb4cso18947755ad.2; Sun, 23 Jul 2023 00:12:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690096324; x=1690701124; 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=/VtD6eICxxhFH6yCAZdXE1HTUtXakCSr+hR1vwUjODQ=; b=VqC4fIJEjUFy4TBmzbH/48aF1U2ohCwtNYODoblAFiKeJiepiR/Kpz4UPd3Yylnq/p /GcgF2guJOuY/LfOm/QoCng0bwxxciaBg0fuFpAgXCvN/Fwb46af0SIcpsdov6Me5rUU WMrZZCA4NXYnGTzJn06QxxJyeZs6QV1ARjSVTbW7ujlsuuIzhcgBsQIWmOtOmVJH4uGo qW5l2Q5gGMnu/MqcnPPPoCP1xMwXviaPl0npL/wS7+uN5bLi7ZyVKhp/Fk1J9t8JDzez M1UkCwq2qOE4S3c3aNCggO/94BVvi462GNFg1sxH2CZ4t/akPVpNdnd1VTi8Z4c3PUJJ rpZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690096324; x=1690701124; 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=/VtD6eICxxhFH6yCAZdXE1HTUtXakCSr+hR1vwUjODQ=; b=LQ65jtg7UP+SrCDfZuny7jXeoRhDxKrBpgg6AMM888rh89KH8YsQJhqPR/Eixw4dxi ipPQgCQfEWrNuGb0XMp/L63pCaDyk+I0/8BluiI6H9AXYRzCc49yjWRiHWsoE+kh9kGP DPiHcIIV0/sOHDvwHTiBeV+w4y3ti2IgQtsZWBEIekrN0K+Zs2cunbdUWSgg6pJs+q/A rBM3l9tpbcDUXqFPMnRdDoICI13X+pI7e4trXriz7zVg4Zb+jxwCiteuUH4bvDL8Crz1 brZh9+6h+MWz6uTxLnJBTClUR/Gu7qnGWjPS+sOnTFid+axzIlR5qR43iZbecO5YBD2A pw6A== X-Gm-Message-State: ABy/qLa5qpm7HwP38Pxfy8Z0cGMuRHaFllxZ4S3wBtmJhgWVlH+Nf0S4 xqMlk6iIzSla88eKtV4/h9CpohdfaKNGwWcGaV1nWmel7bmwJQ== X-Google-Smtp-Source: APBJJlGgWnybfYiXYFM/gz+42njF2fJhc7yhs0ISAWcW+uAx5rpPQeU6K7rdILvecdfuTHkJddTvYTR97ROKzDTr5x4= X-Received: by 2002:a17:902:d2d2:b0:1b6:b024:b072 with SMTP id n18-20020a170902d2d200b001b6b024b072mr7024465plc.38.1690096324087; Sun, 23 Jul 2023 00:12:04 -0700 (PDT) MIME-Version: 1.0 References: <87fs5fjf1w.fsf@linux-m68k.org> In-Reply-To: <87fs5fjf1w.fsf@linux-m68k.org> From: YunQiang Su Date: Sun, 23 Jul 2023 15:11:52 +0800 Message-ID: Subject: Re: The definition of ELF64_MIPS_R_TYPE is ambiguous To: Andreas Schwab Cc: YunQiang Su via Libc-alpha , binutils Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.4 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,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 List-Id: Andreas Schwab =E4=BA=8E2023=E5=B9=B47=E6=9C=8823= =E6=97=A5=E5=91=A8=E6=97=A5 14:51=E5=86=99=E9=81=93=EF=BC=9A > > On Jul 23 2023, YunQiang Su via Libc-alpha wrote: > > > I think that we should sync all of them to protect people from confusio= n. > > We are lucky enough that ELF64_MIPS_R_TYPE is not used widely by normal= APPs. > > So it gives us the chance to make it sync between projects. > > Is the macro defined by the ELF psABI? > As best as I know, the answer is no. (Correct me if anybody know about it.) > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint =3D 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC= 1 > "And now for something completely different." --=20 YunQiang Su