Prevent strange "section mentioned in a -j option but not found"
authorAlan Modra <amodra@gmail.com>
Mon, 27 Jul 2020 07:57:23 +0000 (17:27 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 27 Jul 2020 13:01:37 +0000 (22:31 +0930)
commit8fab9282e5d231faa9105eb48eca9c3d4d990c93
tree8c33b92cc84ff85e718bedfb54a8b6a2d3c25702
parent344e66534e37ec576d35b24b2933c808fd4e3e9c
Prevent strange "section mentioned in a -j option but not found"

"objdump -s -j .bss" results in a message that indicates objdump
couldn't find a .bss section when present.  Fix that.

* objdump.c (dump_section): Don't return without calling
process_section_p.
binutils/ChangeLog
binutils/objdump.c