This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Identify reproducible build PE files in 'objdump -p'


Identify reproducible build PE files in 'objdump -p'

Future work: It would be nice to improve 'ld --no-insert-timestamp' to 
produce build marked as reproducible in this way, but that's more involved.

Jon Turney (3):
  Bugfixes for pe_print_debugdata()
  Add some new PE_IMAGE_DEBUG_TYPE values
  Identify reproducible builds in 'objdump -p' output for PE files

 bfd/ChangeLog           |  16 +++++++
 bfd/peXXigen.c          | 100 ++++++++++++++++++++++++++++++++++++----
 include/ChangeLog       |   6 +++
 include/coff/internal.h |   5 ++
 4 files changed, 118 insertions(+), 9 deletions(-)

-- 
2.21.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]