diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 10:26:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 10:26:01 +0000 |
commit | ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0 (patch) | |
tree | d8c2ea5df3af09bdf679fe6647d5039e0597fc27 /bfd/ChangeLog | |
parent | 6348e046b7477703914eafb99866a269c186c496 (diff) | |
download | gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.zip gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.tar.gz gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.tar.bz2 |
Comment typo fixes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 89da4f2..463ed25 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2002-12-12 Alan Modra <amodra@bigpond.net.au> + * dwarf2.c (comp_unit_contains_address): Comment typo fix. + * elf.c (get_program_header_size): Likewise. + * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise. + (m32r_elf_generic_reloc): Likewise. + * elf32-ppc.c (ppc_elf_howto_init): Likewise. + * elflink.h (elf_bfd_discard_info): Likewise. + +2002-12-12 Alan Modra <amodra@bigpond.net.au> + * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and DT_RELSZ adjustment, not output section. Avoid writing tags when |