diff options
author | Jeff Law <law@redhat.com> | 2002-06-12 18:12:25 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2002-06-12 18:12:25 +0000 |
commit | 3db4b612459073a0949b77472ff2eb7473d32ec2 (patch) | |
tree | 7c6febe41e90490a0b9c3d5b345ec248f9d29be0 /bfd/ChangeLog | |
parent | 03e83a45aeeeeb4756a6444557ba1c06dff7c6ea (diff) | |
download | gdb-3db4b612459073a0949b77472ff2eb7473d32ec2.zip gdb-3db4b612459073a0949b77472ff2eb7473d32ec2.tar.gz gdb-3db4b612459073a0949b77472ff2eb7473d32ec2.tar.bz2 |
* elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
for a symbol that has no output section.
(allocate_dynrel_entries): Correct comment.
(elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
unless we want one.
(elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
(elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
with no section. Remove unnecessary parentheses.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38f19f1..907ba49 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca> + + * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry + for a symbol that has no output section. + (allocate_dynrel_entries): Correct comment. + (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry + unless we want one. + (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL. + (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols + with no section. Remove unnecessary parentheses. + 2002-06-11 Tom Rix <trix@redhat.com> * coffcode.h (coff_compute_section_file_positions): Add data |