diff options
author | Alan Modra <modra@gmail.com> | 2009-10-14 05:54:28 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2009-10-14 05:54:28 +0000 |
commit | 776b1572192d5a62fe03ee87ca4b70e6125f0629 (patch) | |
tree | 23db083b72482e09d84abe23761e14cc81c2e334 /include/bfdlink.h | |
parent | 4cd31fc8f981c0287c9411e96a66520ce2568124 (diff) | |
download | cygnal-776b1572192d5a62fe03ee87ca4b70e6125f0629.tar.gz cygnal-776b1572192d5a62fe03ee87ca4b70e6125f0629.tar.bz2 cygnal-776b1572192d5a62fe03ee87ca4b70e6125f0629.zip |
include/
* bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
bfd_link_common_skip_ar_aymbols.
(struct bfd_link_info): Here too.
bfd/
* aoutx.h (aout_link_check_ar_symbols): Typo fix.
ld/
* emultempl/netbsd.em (gldnetbsd_before_parse): Typo fix.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 61cfc7aed..4f63af94b 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -67,7 +67,7 @@ enum bfd_link_hash_type bfd_link_hash_warning /* Like indirect, but warn if referenced. */ }; -enum bfd_link_common_skip_ar_aymbols +enum bfd_link_common_skip_ar_symbols { bfd_link_common_skip_none, bfd_link_common_skip_text, @@ -371,9 +371,9 @@ struct bfd_link_info /* Which local symbols to discard. */ enum bfd_link_discard discard; - /* Criteria for skipping symbols when detemining + /* Criteria for skipping symbols when determining whether to include an object from an archive. */ - enum bfd_link_common_skip_ar_aymbols common_skip_ar_aymbols; + enum bfd_link_common_skip_ar_symbols common_skip_ar_symbols; /* Char that may appear as the first char of a symbol, but should be skipped (like symbol_leading_char) when looking up symbols in |