diff options
author | Nick Clifton <nickc@redhat.com> | 2023-09-26 16:27:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-09-26 16:27:28 +0100 |
commit | 854f72b36dc72dc23b24563c5e7f43efc373b712 (patch) | |
tree | 5761893fa734efc4316b815dda0b4afc210b81c1 /binutils/ChangeLog | |
parent | 940bb336cbce23f1780c449a7c72ca41e8d91fa5 (diff) | |
download | gdb-854f72b36dc72dc23b24563c5e7f43efc373b712.zip gdb-854f72b36dc72dc23b24563c5e7f43efc373b712.tar.gz gdb-854f72b36dc72dc23b24563c5e7f43efc373b712.tar.bz2 |
Fix a snafu in the new tests for reproducible archives that assumed a umask of 22.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 641a75f..88f8373 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2023-09-26 Nick Clifton <nickc@redhat.com> + + * testsuite/binutils-all/ar.exp: Remove assumption of the setting + of umask when creating test archive files. + 2023-09-25 Vsevolod Alekseyev <sevaa@sprynet.com> PR 30792 |