diff options
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 96f78df..d4d9472 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,7 +5,7 @@ Mon Oct 17 11:38:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * libbfd.h: Rebuild. * libbfd.c (bfd_add_to_string_table): Remove. - * elfcode.h (elf_swap_shdr_in): Use rawdata, not bfd_section. + * elfcode.h (elf_swap_shdr_in): Use bfd_section, not rawdata. Clear contents field. (bfd_section_from_shdr): In SHT_STRTAB case, check bfd_section, not rawdata. Don't set rawdata if e_shstrndx. Use bfd_section |