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
>