diff options
author | Howard Chu <hyc@symas.com> | 2020-11-17 14:00:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-17 14:00:08 +0000 |
commit | 0833984dda29c0b363785edb54a2e1cbdf0d129e (patch) | |
tree | 3b15f58038bfc8808ee68ae157020c8fde9419ad /binutils/ChangeLog | |
parent | 4e0e019fa8eda9b7ffe0615133f55e9b0b882fa1 (diff) | |
download | gdb-0833984dda29c0b363785edb54a2e1cbdf0d129e.zip gdb-0833984dda29c0b363785edb54a2e1cbdf0d129e.tar.gz gdb-0833984dda29c0b363785edb54a2e1cbdf0d129e.tar.bz2 |
Place the libdeps record in the second archive slot.
* ar.c (main): Place the libdeps record in the second archive
slot.
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 6770c9b..2124c59 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-11-17 Howard Chu <hyc@symas.com> + + * ar.c (main): Place the libdeps record in the second archive + slot. + 2020-11-13 Nick Clifton <nickc@redhat.com> PR 26829 |