diff options
author | Nick Clifton <nickc@redhat.com> | 2023-05-26 15:41:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-05-26 15:41:20 +0100 |
commit | 45b8517aae872adf7756dce6e138e487e5bc9b96 (patch) | |
tree | 8dd8e6a0c1d0a5f9e5a4ef478c3e7dd07245d57a /binutils/NEWS | |
parent | 5fd6b60d86ab6ab4bbd173524062b5d2aeac199a (diff) | |
download | gdb-45b8517aae872adf7756dce6e138e487e5bc9b96.zip gdb-45b8517aae872adf7756dce6e138e487e5bc9b96.tar.gz gdb-45b8517aae872adf7756dce6e138e487e5bc9b96.tar.bz2 |
Enhance objdump's --private option so that it can display the contents of PE format files.
* od-pe.c: New file: Dumps fields in PE format headers.
* configure.ac (od_vectors): Add objdump_private_desc_pe for PE format targets. (od_files): Add od-pe for PE format targets.
* configure: Regenerate.
* Makefile.am (CFILES): Add od-pe.c (EXTRA_objdump_SOURCE): Likewise.
* Makefile.in: Generate.
* NEWS: Mention the new feature.
* doc/binutils.texi: Document the new support.
* objdump.c (wide_output): Change from local to global.
* objdump.h (wide_output): Prototype. (objdump_private_desc_pe): Prototype.
* testsuite/binutils-all/objdump.exp: Add a test of the new feature.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index d1c88f5..b29f36b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Objdump's --private option can now be used on PE format files to display the + fields in the file header and section headers. + Changes in 2.40: * Objdump has a new command line option --show-all-symbols which will make it |