]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/
authorAlan Modra <modra@gmail.com>
Wed, 14 Oct 2009 05:54:28 +0000 (05:54 +0000)
committerAlan Modra <modra@gmail.com>
Wed, 14 Oct 2009 05:54:28 +0000 (05:54 +0000)
* 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.

include/ChangeLog
include/bfdlink.h

index fe9b38f922924da5de572abaafcd330328ee132e..811decd7e09849b03b5d811a1ad04f3e154e40f2 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
+       bfd_link_common_skip_ar_aymbols.
+       (struct bfd_link_info): Here too.
+
 2009-10-09  Rafael Espindola  <espindola@google.com>
 
        * plugin-api.h (ld_plugin_add_input_library): Change argument name to
index 61cfc7aed46a07d9713b673c9527f08eb443664e..4f63af94b23218ea61972c5a953ec58ca7cb56c1 100644 (file)
@@ -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
This page took 0.22445 seconds and 5 git commands to generate.