AArch64: Fix objdump tests
authorTamar Christina <tamar.christina@arm.com>
Thu, 19 Sep 2019 12:15:02 +0000 (13:15 +0100)
committerTamar Christina <tamar.christina@arm.com>
Thu, 19 Sep 2019 12:21:35 +0000 (13:21 +0100)
commit7bfaf47869572604492a4ab051e5d1bca77cf4e6
tree41e732c8ad029dd6974ef3e615aa123adb6f0dd9
parent722b823106e7e3b7ac6eed71d52a748bc4cd4d4f
AArch64: Fix objdump tests

The newly added objdump -S tests check for source line mapping of a static
variable.  But the test doesn't dump any data sections so this should never
pass.

This changes the test to dump all sections so the source mapping can be found.

binutils/ChangeLog:

* testsuite/binutils-all/objdump.exp (objdump -S): Update testcases.

(cherry picked from commit 4e28d4cc5b134a4027b4103ddaf09c19b8e0230b)
binutils/ChangeLog
binutils/testsuite/binutils-all/objdump.exp