summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-10-14 05:54:28 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-10-14 05:54:28 +0000
commitcbd947e3978dec80c6e4d8dacdbd1e2774b56363 (patch)
treedc5ea4498e6281b9189c84736c3a4c310b8d08de /bfd/aoutx.h
parent118c8d19936a667003f767399a2671a2be3908a8 (diff)
downloadbinutils-redhat-cbd947e3978dec80c6e4d8dacdbd1e2774b56363.tar.gz
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 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 23fd5c407b..9521d0a8fa 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -3284,7 +3284,7 @@ aout_link_check_ar_symbols (bfd *abfd,
{
int skip = 0;
- switch (info->common_skip_ar_aymbols)
+ switch (info->common_skip_ar_symbols)
{
case bfd_link_common_skip_text:
skip = (type == (N_TEXT | N_EXT));