diff options
author | Alan Modra <amodra@gmail.com> | 2012-12-06 00:09:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-12-06 00:09:13 +0000 |
commit | 625ef6dc5557679f800face6510b959b23892752 (patch) | |
tree | 341ef495d9a5218dcc4f2255c0d912a8825f93e6 /bfd/ChangeLog | |
parent | 5339c9d67422021ece0720b94de4ebcfd6fa7aed (diff) | |
download | gdb-625ef6dc5557679f800face6510b959b23892752.zip gdb-625ef6dc5557679f800face6510b959b23892752.tar.gz gdb-625ef6dc5557679f800face6510b959b23892752.tar.bz2 |
* elfxx-mips.c (allocate_dynrelocs): Correct test for symbol
defined in a regular file to include common symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 46095f7..3b91a85 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-12-06 Alan Modra <amodra@gmail.com> + + * elfxx-mips.c (allocate_dynrelocs): Correct test for symbol + defined in a regular file to include common symbols. + 2012-12-05 Leif Ekblad <leif@rdos.net> * config.bfd: Add x86_64-*-rdos. |