Hello, On 29 September 2014 11:56, Jonathan Wakely <jwak...@redhat.com> wrote: > On 26/09/14 23:42 +0200, Andreas Schwab wrote: >> >> Generated by make new-abi-baseline on aarch64-suse-linux. >> >> Andreas. >> >> * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: New >> file. > > > OK, thanks.
Since this commit, the libstdc++-abi/abi_check test appears as FAIL in my validations, target aarch64-none-linux-gnu. In my log, I have only this: ====================== [command line to compile abi_check] usage: abi_check --check current baseline --check-verbose current baseline --examine symbol current --help All arguments are string literals. CURRENT is a file generated byextract_symvers. BASELINE is a file from config/abi. SYMBOL is a mangled name. *** EXIT code 1 ======================= I've looked at debug info from dejagnu, and it really seems that abi_check is called with no argument, hence the error. What am I doing wrong? Thanks, Christophe.