From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id 9A8E33858C30 for ; Fri, 28 Apr 2023 06:17:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9A8E33858C30 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-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2a8a6602171so91724311fa.0 for ; Thu, 27 Apr 2023 23:17:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682662663; x=1685254663; 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=+I9rUTzaT/D8ZjamG6Ej8eZcitorlw/xIWj6/E4CA8w=; b=mzCN4FvQiKd9XlTm/DnT4HR/i84HMQV7/33rIBzsaxQ9zo7oFXQr01s2d620jR+YC8 +smC02a+UQo6A/E2YJ8PAd3lZ7lK21cczeqDJIDGS0ff5NccViDhu3MG6PfMJiqI569U z6EjlFmqe2LZWpmBzYNfD7KTaz5VGlvQBsngVRt/Ereud+VuSPSHYeSyYERFlvnVKf84 VKMNCWmeTV5ubKIn/ZCtVCiBvyObiIOE/bI20wm4OjdHc8SV+ivhJsNrgFAEFelFTh4z by3cJswbWCDRXTtUss5pumzCzbzfq0CoOc0m5Hmef+SczD/y0VZMNlur+/OnMmeXMyYp g2LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682662663; x=1685254663; 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=+I9rUTzaT/D8ZjamG6Ej8eZcitorlw/xIWj6/E4CA8w=; b=aQnJIZlpHHXsnOrKQ/1ijsiHdrdc0BMVDxmt6StCOGBoCVcp9jjBUOHze9jBVUMP1j haXdDK84PHYTIptiIRHWtEBgxH95XgPaMBLOA1SrZWvqpFgKKhvjxEwlnEmr9eSybg2j 3wAnfy1Ia49JfyZJPRJJx1i65Q01aQSaqby+rvdh/Frd3N7HDj7NnzcJ9Qsyl4XWl/7u 6+lnMflbMTfajj5+Kop23yJDhmsHKLu2sCDaoMS1ElGp/78W8vOpstUkIdTdF1jnVpwJ PdfK9UoMgiwdyxJy56Jpn9lMK+6HTczo5Bif+M0054Gov8kUVQyetzUzljW1NBBEKn8A 9s1Q== X-Gm-Message-State: AC+VfDwH67gNE3NPriitMe6Wumw6qxTvta430jNflb4xL+CdhNEAUJ+2 d00B0d2KFJUKtemFPTki8hrBBLpQjAu9P1xx40a7Y0p6 X-Google-Smtp-Source: ACHHUZ5ihjV8g/ZH9lMx2NqOwSkwfvcvN0eS56hnx+6w1fIAYABQSg1Kvqr7ZIWFZfx3wNK+XLIU0WiPDB56epwwE/U= X-Received: by 2002:a2e:3315:0:b0:2a4:1421:370c with SMTP id d21-20020a2e3315000000b002a41421370cmr1134901ljc.45.1682662662909; Thu, 27 Apr 2023 23:17:42 -0700 (PDT) MIME-Version: 1.0 References: <002001d9791b$0d55b960$28012c20$@nextmovesoftware.com> In-Reply-To: <002001d9791b$0d55b960$28012c20$@nextmovesoftware.com> From: Richard Biener Date: Fri, 28 Apr 2023 08:16:11 +0200 Message-ID: Subject: Re: [PATCH] Synchronize include/ctf.h with upstream binutils/libctf. To: Roger Sayle Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.3 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 List-Id: On Thu, Apr 27, 2023 at 5:15=E2=80=AFPM Roger Sayle wrote: > > > This patch updates include/ctf.h to match the current libctf version in > binutils' include/. I recently attempted to build a uber tree (following > some notes that are so old they used CVS) and noticed that binutils won't > build with GCC's top-level include, due to CTF_F_IDXSORTED not being > defined in ctf.h. There was also a discrepancy with ansidecl.h but > I'm unsure how (best) to resolve that issue. > > This patch was tested on x86_64-pc-linux-gnu with a make bootstrap and > make -k check, both with and without --target_board=3Dunix{-m32}, with > no new failures, to confirm that the usage of ctf.h in ctfout.cc and > dwarf2ctf.cc is compatible with the new version. Ok for mainline? OK. > > 2023-04-27 Roger Sayle > > include/ChangeLog > * ctf.h: Import latest version from binutils/libctf. > > > Thanks in advance, > Roger > -- >