From 0690f591284b7de9fe0a423b148a5617062ccc1f Mon Sep 17 00:00:00 2001 From: Anatoly Parshintsev Date: Wed, 16 Sep 2020 13:17:24 +0100 Subject: [PATCH] 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. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2