diff options
author | Richard Henderson <rth@redhat.com> | 2002-06-02 08:35:51 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-06-02 08:35:51 +0000 |
commit | 048d873d6955915e73916ff8b17d8ba291d0d288 (patch) | |
tree | 50b82eef24e7a8a868fdb8f47aff3c7ae042999b /bfd/ChangeLog | |
parent | f4f1b9f1029e0b2645a9ed13f6241518f7df1e0a (diff) | |
download | gdb-048d873d6955915e73916ff8b17d8ba291d0d288.zip gdb-048d873d6955915e73916ff8b17d8ba291d0d288.tar.gz gdb-048d873d6955915e73916ff8b17d8ba291d0d288.tar.bz2 |
* elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
null when there are no got entries for a symbol.
(elf64_alpha_relax_find_tls_segment): Rearrange to avoid
uninitialized variable warning.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 87e62af..b768b0d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-06-02 Richard Henderson <rth@redhat.com> + + * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference + null when there are no got entries for a symbol. + (elf64_alpha_relax_find_tls_segment): Rearrange to avoid + uninitialized variable warning. + 2002-06-01 Richard Henderson <rth@redhat.com> * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for |