Hi Roger, On 2/25/26 13:06, Roger Sayle wrote: > > The contents of ctf.h have diverged between GCC's version and binutils' > version, which means that "combined tree" builds are currently broken. > This patch copies the definition of CTF_F_ARRNELEMS from binutils to > restore combined-tree builds, using GCC's ctf.h with the libctf > in binutils. > > This patch has been tested with a combined-tree build targeting > aarch64-elf on a x86_64-pc-linux-gnu host. Ok for mainline?
Thanks for the patch. I think Nick (added) was just looking at this problem too, and was thinking rather to remove it (and the code using it) from binutils. We definitely better avoid doing both at once... Nick? > > > 2026-02-25 Roger Sayle <[email protected]> > > include/ChangeLog > * ctf.h (CTF_F_ARRNELEMS): Merge definition from binutils/libctf. > > > Roger > -- >
