From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36939 invoked by alias); 28 May 2019 19:16:06 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 36840 invoked by uid 89); 28 May 2019 19:15:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=tcwg-buildslave, tcwgbuildslave, H*f:sk:878suqh, H*i:sk:878suqh X-HELO: mail-lj1-f193.google.com Received: from mail-lj1-f193.google.com (HELO mail-lj1-f193.google.com) (209.85.208.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 May 2019 19:15:58 +0000 Received: by mail-lj1-f193.google.com with SMTP id h19so10402588ljj.4 for ; Tue, 28 May 2019 12:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bSBXqUox4j9dm1WraqbB/qDTIiTvnLkje6cHDP5eIV8=; b=K7QFnxJCZNlH1yPQ5tUkGR4xZBiTgZVMSlVeXcvfRRCLfsfHb6TIkIKDUgvShQu7Qc /Y0SynBI81+FtovWjT4hf8AQ2IW7Z/2CDqB2JDlqqguAdbvF+aX/BR91bq4KSP76t0Ex uo3DY6emtiGJ3mmCZFg0PIaXchOmRH0/CgoHlxWdDTi47or8Rh/qM3X3TZ54VIvqHh3v 9Kf0T4O4zOQPmIi3j8m6acAGgPAG04V7xV0qcp8F+Xgi9bpuFP/1TFVI5+DNxZ8bpwxM JmynKc5OXrqN5KK/vvgQyigTXowzePUuXm8N2hfPZ/6NMPVGIfY4ZDC6b3VHLtdBBxkw eGSA== MIME-Version: 1.0 References: <20190517221002.408822-1-nick.alcock@oracle.com> <4946341d-9309-7f8b-bbfb-f1e08153e921@redhat.com> <878suqh6u0.fsf@oracle.com> In-Reply-To: <878suqh6u0.fsf@oracle.com> From: Christophe Lyon Date: Tue, 28 May 2019 19:16:00 -0000 Message-ID: Subject: Re: [PATCH v2 00/19] libctf, and CTF support for objdump and readelf To: "Jose E. Marchesi" Cc: Nick Clifton , Nick Alcock , binutils Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00403.txt.bz2 Hi, On Tue, 28 May 2019 at 18:39, Jose E. Marchesi wrote: > > > > Nick Alcock (19): > > include: new header ctf.h: file format description > > include: new header ctf-api.h > > libctf: lowest-level memory allocation and debug-dumping wrappers > > libctf: low-level list manipulation and helper utilities > > libctf: error handling > > libctf: hashing > > libctf: implementation definitions related to file creation > > libctf: creation functions > > libctf: opening > > libctf: ELF file opening via BFD > > libctf: core type lookup > > libctf: lookups by name and symbol > > libctf: type copying > > libctf: library version enforcement > > libctf: mmappable archives > > libctf: labels > > libctf: debug dumping > > libctf: build system > > binutils: CTF support for objdump and readelf > > Patch series approved (all of it) - please apply. > > Just pushed it in behalf of Nix, with the additions you suggested. > Thanks! One of the patches in the series broke the build for --target arm-pe: ../libctf/libctf.a(ctf-open-bfd.o): In function `ctf_bfdopen_ctfsect': /home/tcwg-buildslave/workspace/tcwg-binutils/bfd/--enable-64-bit-bfd=no/label/tcwg-x86_64-cam/target/arm-pe/build-arm-pe/libctf/../../libctf/ctf-open-bfd.c:136: undefined reference to `bfd_section_from_elf_index' /home/tcwg-buildslave/workspace/tcwg-binutils/bfd/--enable-64-bit-bfd=no/label/tcwg-x86_64-cam/target/arm-pe/build-arm-pe/libctf/../../libctf/ctf-open-bfd.c:145: undefined reference to `bfd_section_from_elf_index' Can you check & fix? Thanks Christophe