This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add libstdc++ baseline_symbols for aarch64


Christophe Lyon <christophe.lyon@linaro.org> writes:

> 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?

That must be something unrelated, hidden since that test was never run
before.  testsuite/libstdc++-abi/abi.exp clearly runs abi_check with the
right arguments:

set result [${tool}_load "./abi_check" \
		[list "--check-verbose" "current_symbols.txt" \
		     "baseline_symbols.txt"]]

Does it work if you run it manually?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]