bfd: verilog hex dump backend should handle 64-bit addresses

* verilog.c (verilog_write_address): Properly handle 64-bit
	addresses to avoid truncation of the high part.
This commit is contained in:
Anatoly Parshintsev 2020-09-16 13:17:24 +01:00 committed by Nick Clifton
parent 7361f908da
commit 0690f59128

View File

@ -1,3 +1,8 @@
2020-09-16 Anatoly Parshintsev <kupokupokupopo@gmail.com>
* verilog.c (verilog_write_address): Properly handle 64-bit
addresses to avoid truncation of the high part.
2020-09-16 Alan Modra <amodra@gmail.com>
* nm.c (print_symbol): Adjust elf_symbol_from invocation.