testsuite: Disable BTF and CTF testsuite on AIX.
CTF utilizes DWARF sections, but it is a distinct debugging
format. The CTF support in GCC is not implemented as a
separate debugging format. AIX supports DWARF but not CTF
sections.
On Mon, May 31, 2021 at 7:20 PM Jose E. Marchesi via Gcc-patches
wrote:
>
> This commit adds a new testsuite for the CTF debug format.
OK if the rest is approved - while I'm not too familiar with dejagnu I think
we can deal with fallout after the fact.
Richard.
> 2021-05-14 Indu Bhagat
>
This commit adds a new testsuite for the CTF debug format.
2021-05-14 Indu Bhagat
David Faust
gcc/testsuite/
* lib/gcc-dg.exp (gcc-dg-frontend-supports-ctf): New procedure.
(gcc-dg-debug-runtest): Add -gctf support.
* gcc.dg/debug/btf/btf-1.c: New test.