diff options
author | Alan Modra <amodra@gmail.com> | 2006-10-23 03:20:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-10-23 03:20:56 +0000 |
commit | 05bf94229c3fa9d7c231596f26a9a7144abd6546 (patch) | |
tree | 2566cfc94d6b74a1027033c595376c4ae74bf884 /bfd/elf64-ppc.c | |
parent | a0976ea4729875c5b66789216dfa7cd74675d6af (diff) | |
download | gdb-05bf94229c3fa9d7c231596f26a9a7144abd6546.zip gdb-05bf94229c3fa9d7c231596f26a9a7144abd6546.tar.gz gdb-05bf94229c3fa9d7c231596f26a9a7144abd6546.tar.bz2 |
* elf64-ppc.c (ppc64_elf_edit_opd): Clarify comment.
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index fcbc71e..886f987 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -6608,7 +6608,7 @@ ppc64_elf_edit_opd (bfd *obfd, struct bfd_link_info *info, sec->contents = new_contents; } - /* Fudge the size too, as this is used later in + /* Fudge the header size too, as this is used later in elf_bfd_final_link if we are emitting relocs. */ elf_section_data (sec)->rel_hdr.sh_size = sec->reloc_count * elf_section_data (sec)->rel_hdr.sh_entsize; |