]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
objdump: fix styled printing of addresses
authorAndrew Burgess <aburgess@redhat.com>
Fri, 22 Apr 2022 15:45:06 +0000 (16:45 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 3 May 2022 09:51:21 +0000 (10:51 +0100)
commit4bb461e42c556fc9804937f70e3f2fc1534732d2
treedfd1766d3094e5398666f9b389f0a3b25b07dabe
parent3cd25174b88a10474131573dda6c15d09cb3031e
objdump: fix styled printing of addresses

Previous work to add styled disassembler output missed a case in
objdump_print_addr, which is fixed in this commit.
binutils/objdump.c