diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-10-16 19:36:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-10-16 19:36:10 +0000 |
commit | 746c5e8cf04907404d06ba0919c008f0da633255 (patch) | |
tree | 497827d3c9b5a24d4c0b06d7af75c412f1233a63 /binutils/ChangeLog | |
parent | 20ec36d94265dd0a49c3da36a095a92668c55327 (diff) | |
download | gdb-746c5e8cf04907404d06ba0919c008f0da633255.zip gdb-746c5e8cf04907404d06ba0919c008f0da633255.tar.gz gdb-746c5e8cf04907404d06ba0919c008f0da633255.tar.bz2 |
Set target from the the first object only if it isn't set.
2011-10-16 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/13278
* ar.c (open_inarch): Set the target from the the first object
on the list only if it isn't set.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4dcc376..b344d01 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2011-10-16 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/13278 + * ar.c (open_inarch): Set the target from the the first object + on the list only if it isn't set. + 2011-10-13 Nick Clifton <nickc@redhat.com> Fixes to aid translation: |