Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/external/gpl3/binutils/dist/bfd Pull up following revisio...
details: https://anonhg.NetBSD.org/src/rev/08531c7721b1
branches: netbsd-8
changeset: 320610:08531c7721b1
user: martin <martin%NetBSD.org@localhost>
date: Fri Jul 13 16:10:46 2018 +0000
description:
Pull up following revision(s) (requested by christos in ticket #917):
external/gpl3/binutils.old/dist/bfd/peXXigen.c: revision 1.6
(with /binutils.old/ -> /binutils/)
Fix reproducible builds for EFI boot blocks (from HEAD)
diffstat:
external/gpl3/binutils/dist/bfd/peXXigen.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r be770a075fa1 -r 08531c7721b1 external/gpl3/binutils/dist/bfd/peXXigen.c
--- a/external/gpl3/binutils/dist/bfd/peXXigen.c Fri Jul 13 16:05:02 2018 +0000
+++ b/external/gpl3/binutils/dist/bfd/peXXigen.c Fri Jul 13 16:10:46 2018 +0000
@@ -879,6 +879,8 @@
/* Only use a real timestamp if the option was chosen. */
if ((pe_data (abfd)->insert_timestamp))
H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
+ else
+ H_PUT_32 (abfd, 0, filehdr_out->f_timdat);
PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr,
filehdr_out->f_symptr);
Home |
Main Index |
Thread Index |
Old Index