diff options
author | Nick Clifton <nickc@redhat.com> | 2023-08-02 09:23:36 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-08-02 09:23:36 +0100 |
commit | 675b9d612cc59446e84e2c6d89b45500cb603a8d (patch) | |
tree | ad4ae6b4b1f1f81aceb945f15c5c12ea2b379689 /ld/ChangeLog | |
parent | 69c37f53e20dc3e0b3c179b511ff786db6ae114e (diff) | |
download | gdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.zip gdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.tar.gz gdb-675b9d612cc59446e84e2c6d89b45500cb603a8d.tar.bz2 |
2.41 Release sourcesbinutils-2_41-release
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 99029f1..ed73b7f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,9 +1,12 @@ -2023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org> +2023-07-30 Nick Clifton <nickc@redhat.com> - * 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. + This is the 2.41 release. + * configure: Regenerate. + * po/ld.pot: Regenerate. + + modified: opcodes/configure + modified: opcodes/po/opcodes.pot + modified: src-release.sh 2023-07-03 Nick Clifton <nickc@redhat.com> |