From: Anatoly Parshintsev Date: Wed, 16 Sep 2020 12:17:24 +0000 (+0100) Subject: bfd: verilog hex dump backend should handle 64-bit addresses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0690f591284b7de9fe0a423b148a5617062ccc1f;p=binutils-gdb.git 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dbbe29b1782..db839dc4ae8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-09-16 Anatoly Parshintsev + + * verilog.c (verilog_write_address): Properly handle 64-bit + addresses to avoid truncation of the high part. + 2020-09-16 Alan Modra * nm.c (print_symbol): Adjust elf_symbol_from invocation.