diff options
author | Alan Modra <amodra@gmail.com> | 2019-01-04 12:18:36 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-01-04 12:23:56 +1030 |
commit | 677bd4c69d0eda4f2ae635d793f23c0b1413a9e9 (patch) | |
tree | 71a89df9551df3978e49e34c705a2c011efb0226 /bfd/ChangeLog | |
parent | 8261e52d1b8381252ede6754ea6cd1ba18810f1d (diff) | |
download | gdb-677bd4c69d0eda4f2ae635d793f23c0b1413a9e9.zip gdb-677bd4c69d0eda4f2ae635d793f23c0b1413a9e9.tar.gz gdb-677bd4c69d0eda4f2ae635d793f23c0b1413a9e9.tar.bz2 |
PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extracting
Mode field should be read in octal, all the rest in decimal. Do so.
PR 24061
PR 21786
* coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
adjust all callers.
(EQ_VALUE_IN_FIELD): Likewise.
* coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3fc4606..fc6782f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2019-01-04 Alan Modra <amodra@gmail.com> + + PR 24061 + PR 21786 + * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and + adjust all callers. + (EQ_VALUE_IN_FIELD): Likewise. + * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise. + 2019-01-01 Alan Modra <amodra@gmail.com> Update year range in copyright notice of all files. |