diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:58:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:58:54 +0000 |
commit | 590a2450f15d88ee8491c0819ae21f3d7627d9c8 (patch) | |
tree | 9d43c616230981e31f8015036368059feb559a55 | |
parent | f0c56b9036179bdebcb651e2ca11dcdb4210ca18 (diff) | |
download | gdb-590a2450f15d88ee8491c0819ae21f3d7627d9c8.zip gdb-590a2450f15d88ee8491c0819ae21f3d7627d9c8.tar.gz gdb-590a2450f15d88ee8491c0819ae21f3d7627d9c8.tar.bz2 |
Fix spelling typo
-rw-r--r-- | bfd/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9c2a678..f833700 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1768,7 +1768,7 @@ Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com) * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from 3 to 2. This allows 4 byte sized sections, which is necessary for - dlltool to build funcitoning DLLs. + dlltool to build functioning DLLs. 2000-01-10 Philip Blundell <pb@futuretv.com> diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0e576ca..53d3550 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -606,7 +606,7 @@ Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com> rel type undetermined. (get_machine_name): Add new machine codes. (get_section_type_name): Add new section types. - (get_elf_section_flags): New funciton: Decode section flags. + (get_elf_section_flags): New function: Decode section flags. (process_section_headers): Call get_elf_section_flags() in order to decode flags in section header. (get_dynamic_flags): New function: Decode dynamic section |