On Sat, Jul 17, 2021 at 4:45 PM Indu Bhagat via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > 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.
OK. Thanks, Richard. > 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 >