diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/aoutx.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c0b915b..3a9a823 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-10-14 Alan Modra <amodra@bigpond.net.au> + + * aoutx.h (aout_link_check_ar_symbols): Typo fix. + 2009-10-13 H.J. Lu <hongjiu.lu@intel.com> PR binutils/10763 diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 23fd5c4..9521d0a 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)); |