diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-29 08:29:34 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-01-29 08:29:34 +0000 |
commit | 38985a1cb4890f44601f781654c6d79485634120 (patch) | |
tree | 48732a1cc038e18d4f90250bbf82abd9ad04eb81 /bfd/ChangeLog | |
parent | 1dc0220c4f346b3cc732bf02de650df703cda48c (diff) | |
download | gdb-38985a1cb4890f44601f781654c6d79485634120.zip gdb-38985a1cb4890f44601f781654c6d79485634120.tar.gz gdb-38985a1cb4890f44601f781654c6d79485634120.tar.bz2 |
* elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
entry->abfd when it's NULL.
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 d75b0ee..53e6b07 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-01-29 Alexandre Oliva <aoliva@redhat.com> + + * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference + entry->abfd when it's NULL. + 2003-01-27 Alexandre Oliva <aoliva@redhat.com> * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle |