projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7361f90
)
bfd: verilog hex dump backend should handle 64-bit addresses
author
Anatoly Parshintsev
<kupokupokupopo@gmail.com>
Wed, 16 Sep 2020 12:17:24 +0000
(13:17 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 16 Sep 2020 12:17:24 +0000
(13:17 +0100)
* verilog.c (verilog_write_address): Properly handle 64-bit
addresses to avoid truncation of the high part.
binutils/ChangeLog
patch
|
blob
|
history
diff --git
a/binutils/ChangeLog
b/binutils/ChangeLog
index dbbe29b17824d71e14d6696bc02afe2bf3891758..db839dc4ae805ca6b6e08766c431d06be13b7357 100644
(file)
--- 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.