binutils nm testsuite tidy
authorAlan Modra <amodra@gmail.com>
Thu, 14 Dec 2017 08:27:02 +0000 (18:57 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 14 Dec 2017 11:59:42 +0000 (22:29 +1030)
commit4baeffab22b564735be14a90f658c1aee1ceec58
tree0f8269804a52e894592741ae6e509a75443a3b08
parent8af5c486ea6153bb84b9257def4e5faa4bc72421
binutils nm testsuite tidy

We can run the gnu_unique_object symbol test  on all ELF targets.
Those that don't support the symbol type and fail to assemble can just
be resolved as "unsupported".  This means binutils_assemble can't
report an error on assembly failure, but it probably should never have
done that anyway.

* testsuite/lib/utils-lib.exp (default_binutils_assemble_flags):
Don't perror on assembler diagnostic output.
* testsuite/binutils-all/nm.exp: Run unique symbol test on all
ELF targets.  Resolve as "unsupported" on assembly failure.
binutils/ChangeLog
binutils/testsuite/binutils-all/nm.exp
binutils/testsuite/lib/utils-lib.exp