diff options
author | Benson Muite <benson_muite@emailplus.org> | 2023-02-27 13:35:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-02-27 13:35:49 +0000 |
commit | 8034b0baeac1b209b1742b3e8fa25015191b57b8 (patch) | |
tree | 3db2c7fce08489ddba152ad8d35c486da2d35887 /gas/ChangeLog | |
parent | Fix missing "Core was generated by" when loading a x32 corefile. (diff) | |
download | binutils-gdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.tar.gz binutils-gdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.tar.bz2 binutils-gdb-8034b0baeac1b209b1742b3e8fa25015191b57b8.zip |
Do not change the timestamp when updating the gas asconfig file.
PR 28909 * doc/local.mk (asconfig.texi): Use "cp -p" to preserve timestamps. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ce07ce45f23..c9a325ebf0a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2023-02-27 Benson Muite <benson_muite@emailplus.org> + + PR 28909 + * doc/local.mk (asconfig.texi): Use "cp -p" to preserve + timestamps. + * Makefile.in: Regenerate. + 2023-02-01 Nick Clifton <nickc@redhat.com> * dwarf2dbg.c (emit_inc_line_addr): Use unsigned constants when |