aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-05-30 15:43:24 +0100
committerNick Clifton <nickc@redhat.com>2023-05-30 15:43:24 +0100
commit10d6a2b1a0e5feff19c165d0a8b7eb47d971c656 (patch)
treee3f6dff53a62333ddb832d54fce8f00fec603c73 /binutils/ChangeLog
parent2bd766d6245bf9db77c42da3537c949ffb814bfc (diff)
downloadfsf-binutils-gdb-10d6a2b1a0e5feff19c165d0a8b7eb47d971c656.zip
fsf-binutils-gdb-10d6a2b1a0e5feff19c165d0a8b7eb47d971c656.tar.gz
fsf-binutils-gdb-10d6a2b1a0e5feff19c165d0a8b7eb47d971c656.tar.bz2
Improve header information displayed with objdump -P for PE binaries.
* od-pe.c (targ_info): New array. (get_target_specific_info): New function. (decode_machine_number): Retire. Use get_target_specific_info instead. (is_pe_object_magic): Likewise. (dump_pe_file_header): Display more information. Rework layout to be similar to that from 'objdump -p'. Add code to handle larger than normnal AOUT headers.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 8831631..7578292 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,16 @@
2023-05-30 Nick Clifton <nickc@redhat.com>
+ * od-pe.c (targ_info): New array.
+ (get_target_specific_info): New function
+ (decode_machine_number): Retire. Use get_target_specific_info
+ instead.
+ (is_pe_object_magic): Likewise.
+ (dump_pe_file_header): Display more information.
+ Rework layout to be similar to that from 'objdump -p'.
+ Add code to handle larger than normnal AOUT headers.
+
+2023-05-30 Nick Clifton <nickc@redhat.com>
+
* od-pe.c (decode_machine_number): Add ARMMAGIC value of 0xa00.
(is_pe_object_magic): Likewise.