Fix objdump --reloc for specific symbol
authorVladislav Khmelevsky <och95@yandex.ru>
Sun, 22 Jan 2023 18:07:36 +0000 (22:07 +0400)
committerAlan Modra <amodra@gmail.com>
Mon, 23 Jan 2023 02:21:10 +0000 (12:51 +1030)
commit7e538762c2c1f2e5c4be31b9ec7d99cc4fbabf7f
tree170fa321de38af8b762d336b4e0c35d4861f77a6
parenteb8f8bbb117dd83c7a3a92f540f02724f7e2920e
Fix objdump --reloc for specific symbol

If objdump is used with both --disassemble=symbol and --reloc options
skip relocations that have addresses before the symbol, so that they
are not displayed.
binutils/objdump.c