aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorOleg Tolmatcev <oleg.tolmatcev@gmail.com>2023-05-03 15:36:43 +0100
committerNick Clifton <nickc@redhat.com>2023-05-03 15:36:43 +0100
commit7e1b5887642d6c7c341c2db09ae912041d670a79 (patch)
tree05f6626983c748a86ee8daa1f32fb3aefe7dfb1b /bfd/ChangeLog
parenta07223191bdda5e85a500e3b8206ee8fe8bcdfed (diff)
downloadgdb-7e1b5887642d6c7c341c2db09ae912041d670a79.zip
gdb-7e1b5887642d6c7c341c2db09ae912041d670a79.tar.gz
gdb-7e1b5887642d6c7c341c2db09ae912041d670a79.tar.bz2
Improve the speed of computing checksums for COFF binaries.
* coffcode.h (coff_read_word_from_buffer): New function. * coffcode.h (COFF_CHECKSUM_BUFFER_SIZE): New constant. * coffcode.h (coff_compute_checksum): Improve speed by reducing the number of seeks and reads used.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 31e810e..61a488c34 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-03 Oleg Tolmatcev <oleg.tolmatcev@gmail.com>
+
+ * coffcode.h (coff_read_word_from_buffer): New function.
+ * coffcode.h (COFF_CHECKSUM_BUFFER_SIZE): New constant.
+ * coffcode.h (coff_compute_checksum): Improve speed by reducing
+ the number of seeks and reads used.
+
2023-04-24 Nick Clifton <nickc@redhat.com>
* po/la.po: New Georgian translation.