objcopy-timestamps
authorMatthias Klose <doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000 (02:40 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000 (02:40 +0100)
commit0268a43942b17778f1e9af7613cd13577ffb0a7d
tree5caf7d9c2e1e6b67a0b7e70de033c707561caf72
parent270826ff796bd43cd181fa40797df214586c02cd
objcopy-timestamps

bfd/
2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>

* peXXigen.c (_bfd_XXi_only_swap_filehdr_out): If inserting a
timestamp, use the value held in the SOURCE_DATE_EPOCH environment
variable, if it is defined.

binutils/
2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>

* doc/binutils.texi (objcopy): Document change in behaviour of
objcopy's --preserve-dates command line option.

ld/
2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>

* pe-dll.c (fill_edata): If inserting a timestamp, use the value
held in the SOURCE_DATE_EPOCH environment variable, if it is
defined.
* ld.texi (--insert-timestamp): Document change in behaviour.

Gbp-Pq: Name objcopy-timestamps.diff
bfd/peXXigen.c
binutils/doc/binutils.texi
ld/ld.texi
ld/pe-dll.c