On Thu, Apr 27, 2023 at 5:15 PM Roger Sayle <ro...@nextmovesoftware.com> 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=unix{-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 <ro...@nextmovesoftware.com> > > include/ChangeLog > * ctf.h: Import latest version from binutils/libctf. > > > Thanks in advance, > Roger > -- >