[PATCH 0/2] Allow means for targets to opt out of CTF/BTF

Indu Bhagat indu.bhagat@oracle.com
Sat Jul 17 14:44:16 GMT 2021


Hello,

Thanks for your feedback on the previous RFC version of this proposal. This
patch set is a refined and tested version of the same.
  - Added changes to tm.texi.in and regenerated tm.texi.
  - Updated the dejagnu files for redundant checks on AIX platform.

Bootstrapped and reg tested on x86_64-pc-linux-gnu and powerpc-ibm-aix7.2.4.0.

Thanks,

Indu Bhagat (2):
  debug: Add new function ctf_debuginfo_p
  debug: Allow means for targets to opt out of CTF/BTF support

 gcc/config/elfos.h                     |  8 ++++++++
 gcc/doc/tm.texi                        | 26 ++++++++++++++++++++++++++
 gcc/doc/tm.texi.in                     | 26 ++++++++++++++++++++++++++
 gcc/flags.h                            |  4 ++++
 gcc/opts.c                             |  8 ++++++++
 gcc/testsuite/gcc.dg/debug/btf/btf.exp | 16 +++++++++-------
 gcc/testsuite/gcc.dg/debug/ctf/ctf.exp | 16 +++++++++-------
 gcc/testsuite/lib/gcc-dg.exp           |  1 -
 gcc/toplev.c                           | 11 +++++++++--
 9 files changed, 99 insertions(+), 17 deletions(-)

-- 
1.8.3.1



More information about the Gcc-patches mailing list