From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id F28723857C6F; Sun, 9 Jan 2022 17:45:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F28723857C6F Received: by mail-pj1-x1032.google.com with SMTP id b1-20020a17090a990100b001b14bd47532so13660327pjp.0; Sun, 09 Jan 2022 09:45:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=K2XVIVTko7A2OkuOSeIhbX6eo3VUcj4lvy/GNu1ZdZU=; b=n66RY+rD3aqLKsRSSJkbXN0cbOY9pGhEL/KoJVsNdsmfwYwdiPpnrhtMYAoS1qiSTK agyavQnDwctjmDmkKL07IaeuQ1r+nXTZSi/Ce3ylZOFxcReugzO3WzeoqIfrYZH76ESQ 7xEIxywFcjvnT320nDqc/q8QXfFup44wrKUYFydO4WcwZj3A2Ntcsm4+oOHwcFBK8Xws pjcHVUrX7I9GFShNSHmyd4wHvcFxf7VcbsI4eq3ThL7keCAvZV+siZguwG5E8aIabAZP mfIz9kHo2rzKWZMC+SnKf4wW8hJdUygyNpjYIgUJgRzaWKZl0Fj/hO14yn9wZuIxRd6A gofw== X-Gm-Message-State: AOAM533fNb6qQ1ulaPUWygDLQb6PNgDjyQvI5tg1EoUYnOvDI5LCV/1O NMCZoQ4HIQspLMx/jcr+pcQORI04hGQ= X-Google-Smtp-Source: ABdhPJy2WkKNUq2qfliXZhZFrF9zBjnq6AtX2Ba457FfTQy7j6a6/5gjPWnqJ7snvwm8aERxQ/Ucdw== X-Received: by 2002:a17:90a:638a:: with SMTP id f10mr26283599pjj.187.1641750306152; Sun, 09 Jan 2022 09:45:06 -0800 (PST) Received: from gnu-tgl-3.localdomain ([172.58.35.133]) by smtp.gmail.com with ESMTPSA id p6sm4336530pfo.182.2022.01.09.09.45.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 Jan 2022 09:45:05 -0800 (PST) Received: from gnu-tgl-3.. (localhost [IPv6:::1]) by gnu-tgl-3.localdomain (Postfix) with ESMTP id 2EC94C00EC; Sun, 9 Jan 2022 09:45:04 -0800 (PST) From: "H.J. Lu" To: binutils@sourceware.org Cc: gdb-patches@sourceware.org, Fangrui Song Subject: [gdb-11-branch: Patch 0/3] Support SHT_RELR (.relr.dyn) section Date: Sun, 9 Jan 2022 09:45:01 -0800 Message-Id: <20220109174504.1120244-1-hjl.tools@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3020.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sun, 09 Jan 2022 17:45:10 -0000 Backport the following patches to add SHT_RELR (.relr.dyn) section support to gdb-11-branch. OK for gdb-11-branch? Thanks. H.J. --- Fangrui Song (3): readelf: Support RELR in -S and -d and output readelf: Support SHT_RELR/DT_RELR for -r bfd_section_from_shdr: Support SHT_RELR sections bfd/elf.c | 15 ++++++++++++--- include/elf/common.h | 6 +++++- include/elf/external.h | 8 ++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) -- 2.34.1