This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 00/19] libctf, and CTF support for objdump and readelf


Hi,


On Tue, 28 May 2019 at 18:39, Jose E. Marchesi <jose.marchesi@oracle.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]