diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-17 21:41:20 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-17 21:41:20 +0000 |
commit | a3377a658c67f55d19dc240c758a6c7aaa01c918 (patch) | |
tree | f877ce1df6605cbf08f267d41d09fd7342bedaa3 /bfd | |
parent | e7b5942b5ccdd0b37e71022181a1a916eb7c860c (diff) | |
download | gdb-a3377a658c67f55d19dc240c758a6c7aaa01c918.zip gdb-a3377a658c67f55d19dc240c758a6c7aaa01c918.tar.gz gdb-a3377a658c67f55d19dc240c758a6c7aaa01c918.tar.bz2 |
Fix thinko in ian's ChangeLog entry
Diffstat (limited to 'bfd')
-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 |