aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-11-03 15:03:34 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-11-03 15:06:49 -0700
commit675accbdcb5b50182a10dd112b7179b5b6337191 (patch)
treeb89f7ffa83c1a98588c21e38816cdee9f77c5d2f /binutils/ChangeLog
parent470678d7c92df4c016c6b4d8dadbd5d5e86cb5ff (diff)
downloadgdb-675accbdcb5b50182a10dd112b7179b5b6337191.zip
gdb-675accbdcb5b50182a10dd112b7179b5b6337191.tar.gz
gdb-675accbdcb5b50182a10dd112b7179b5b6337191.tar.bz2
elfedit: Move ELF header magic bytes check to get_file_header
Skip the file if ELF header magic bytes doesn't match. * elfedit.c (update_elf_header): Move EI_MAG? check to ... (get_file_header): Here.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1947569..bdbee0f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elfedit.c (update_elf_header): Move EI_MAG? check to ...
+ (get_file_header): Here.
+
2018-11-02 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac (AC_FUNC_MMAP): New.