aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAnatoly Parshintsev <kupokupokupopo@gmail.com>2020-09-16 13:17:24 +0100
committerNick Clifton <nickc@redhat.com>2020-09-16 13:17:24 +0100
commit0690f591284b7de9fe0a423b148a5617062ccc1f (patch)
treef6e9e4a15e8d6570e64732fa82a4a6a5353ab456 /binutils
parent7361f908da9fbeceb0b65ac89b3dcecc4d8c57c2 (diff)
downloadgdb-0690f591284b7de9fe0a423b148a5617062ccc1f.zip
gdb-0690f591284b7de9fe0a423b148a5617062ccc1f.tar.gz
gdb-0690f591284b7de9fe0a423b148a5617062ccc1f.tar.bz2
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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dbbe29b..db839dc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.