Description: Spelling fixes
Author: Stephen Kitt <skitt@debian.org>

--- a/gnu/binutils-2.35.1/bfd/ChangeLog-2009
+++ b/gnu/binutils-2.35.1/bfd/ChangeLog-2009
@@ -3868,15 +3868,15 @@
 	* coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
 	check whether a symbol has csect information.
 	(coff_print_aux): Likewise.
-	* coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
+	* coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxiliary csect
 	information for C_AIX_WEAKEXT too.
 	(_bfd_xcoff_swap_aux_out): Likewise.
 	(xcoff_reloc_type_br): Handle defweak symbols too.
-	* coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
+	* coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxiliary csect
 	information for C_AIX_WEAKEXT too.
 	(_bfd_xcoff64_swap_aux_out): Likewise.
 	(xcoff64_reloc_type_br): Handle defweak symbols too.
-	* coffgen.c (coff_print_symbol): Handle auxillary function
+	* coffgen.c (coff_print_symbol): Handle auxiliary function
 	information for C_AIX_WEAKEXT too.
 	* xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
 	instead of BSF_GLOBAL if the L_WEAK flag is set.
@@ -3942,7 +3942,7 @@
 	objects in a dynamic link, rather than checking whether csectpp
 	is null.  Always allocate debug_index for other objects,
 	and always go through the loop.  Update the type of debug_index
-	after the change above.  Read the auxillary csect information
+	after the change above.  Read the auxiliary csect information
 	and use xcoff_keep_symbol_p to decide whether a symbol should
 	be kept.  Set its debug_index to -2 if not.
 	(xcoff_link_input_bfd): Update the type of debug_index after
--- a/gnu/binutils-2.35.1/bfd/ChangeLog-2014
+++ b/gnu/binutils-2.35.1/bfd/ChangeLog-2014
@@ -621,7 +621,7 @@
 
 	PR binutils/17512
 	* coffgen.c (coff_get_normalized_symtab): Check for an excessive
-	number of auxillary entries.
+	number of auxiliary entries.
 	* ieee.c (next_byte): Convert to a function.  Return FALSE if the
 	next byte is beyond the end of the buffer.
 	(parse_int): Test the return value of next_byte.
--- a/gnu/binutils-2.35.1/bfd/ChangeLog-2015
+++ b/gnu/binutils-2.35.1/bfd/ChangeLog-2015
@@ -3076,7 +3076,7 @@
 
 	PR binutils/17512
 	* coffgen.c (coff_get_normalized_symtab): Fix test for out of
-	range auxillary sections.
+	range auxiliary sections.
 
 2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
--- a/gnu/binutils-2.35.1/bfd/xcofflink.c
+++ b/gnu/binutils-2.35.1/bfd/xcofflink.c
@@ -3396,7 +3396,7 @@
 }
 
 /* INPUT_BFD includes XCOFF symbol ISYM, which is associated with linker
-   hash table entry H and csect CSECT.  AUX contains ISYM's auxillary
+   hash table entry H and csect CSECT.  AUX contains ISYM's auxiliary
    csect information, if any.  NAME is the function's name if the name
    is stored in the .debug section, otherwise it is null.
 
@@ -5133,7 +5133,7 @@
   irsym.n_numaux = 1;
   bfd_coff_swap_sym_out (output_bfd, &irsym, flinfo->outsyms);
 
-  /* Fill out the auxillary csect information.  */
+  /* Fill out the auxiliary csect information.  */
   memset (&iraux, 0, sizeof iraux);
   iraux.x_csect.x_smtyp = XTY_SD;
   iraux.x_csect.x_smclas = XMC_TC0;
--- a/gnu/binutils-2.35.1/binutils/ChangeLog-2011
+++ b/gnu/binutils-2.35.1/binutils/ChangeLog-2011
@@ -455,7 +455,7 @@
 	in the file.
 	(arm_process_unwind): Likewise.
 	(ia64_process_unwind): Likewise.
-	Set the size of the unwind auxillary information to 0 if the data
+	Set the size of the unwind auxiliary information to 0 if the data
 	could not be read.
 	(load_specific_debug_section): Handle a failure to read in the
 	section.
--- a/gnu/binutils-2.35.1/binutils/ChangeLog-2017
+++ b/gnu/binutils-2.35.1/binutils/ChangeLog-2017
@@ -1126,7 +1126,7 @@
 
 	PR binutils/21437
 	* readelf.c (process_version_sections): Check for underflow when
-	computing the start address of the auxillary version data.
+	computing the start address of the auxiliary version data.
 
 2017-04-28  Nick Clifton  <nickc@redhat.com>
 
@@ -1762,7 +1762,7 @@
 2017-02-13  Nick Clifton  <nickc@redhat.com>
 
 	PR binutils/21148
-	* readelf.c (process_version_sections): Include size of auxillary
+	* readelf.c (process_version_sections): Include size of auxiliary
 	version information when checking for buffer overflow.
 
 2017-02-13  Nick Clifton  <nickc@redhat.com>
--- a/gnu/binutils-2.35.1/binutils/coffgrok.c
+++ b/gnu/binutils-2.35.1/binutils/coffgrok.c
@@ -424,7 +424,7 @@
       if (sym->n_numaux)
 	{
 	  if (aux == NULL)
-	    fatal (_("Aggregate definition needs auxillary information"));
+	    fatal (_("Aggregate definition needs auxiliary information"));
 
 	  if (aux->x_sym.x_tagndx.p)
 	    {
@@ -474,7 +474,7 @@
       break;
     case T_ENUM:
       if (aux == NULL)
-	fatal (_("Enum definition needs auxillary information"));
+	fatal (_("Enum definition needs auxiliary information"));
       if (aux->x_sym.x_tagndx.p)
 	{
 	  unsigned int idx = INDEXOF (aux->x_sym.x_tagndx.p);
@@ -517,7 +517,7 @@
 	    int els;
 
 	    if (aux == NULL)
-	      fatal (_("Array definition needs auxillary information"));
+	      fatal (_("Array definition needs auxiliary information"));
 	    els = (dimind < DIMNUM
 		   ? aux->x_sym.x_fcnary.x_ary.x_dimen[dimind]
 		   : 0);
--- a/gnu/binutils-2.35.1/binutils/po/bg.po
+++ b/gnu/binutils-2.35.1/binutils/po/bg.po
@@ -868,7 +868,7 @@
 msgstr "Определението за раздел изисква размер на раздела"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:436
@@ -877,7 +877,7 @@
 msgstr ""
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:484
@@ -886,7 +886,7 @@
 msgstr ""
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:536
@@ -8403,7 +8403,7 @@
 msgstr ""
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr ""
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/binutils.pot
+++ b/gnu/binutils-2.35.1/binutils/po/binutils.pot
@@ -847,7 +847,7 @@
 msgstr ""
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:436
@@ -856,7 +856,7 @@
 msgstr ""
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:484
@@ -865,7 +865,7 @@
 msgstr ""
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:536
@@ -8367,7 +8367,7 @@
 msgstr ""
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr ""
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/ca.po
+++ b/gnu/binutils-2.35.1/binutils/po/ca.po
@@ -860,8 +860,8 @@
 
 #: coffgrok.c:427
 #, fuzzy
-#| msgid "Missing Version Needs auxillary information\n"
-msgid "Aggregate definition needs auxillary information"
+#| msgid "Missing Version Needs auxiliary information\n"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "La versió que falta necessita de informació auxiliar\n"
 
 #: coffgrok.c:436
@@ -871,8 +871,8 @@
 
 #: coffgrok.c:477
 #, fuzzy
-#| msgid "Missing Version Needs auxillary information\n"
-msgid "Enum definition needs auxillary information"
+#| msgid "Missing Version Needs auxiliary information\n"
+msgid "Enum definition needs auxiliary information"
 msgstr "La versió que falta necessita de informació auxiliar\n"
 
 #: coffgrok.c:484
@@ -882,8 +882,8 @@
 
 #: coffgrok.c:520
 #, fuzzy
-#| msgid "Missing Version Needs auxillary information\n"
-msgid "Array definition needs auxillary information"
+#| msgid "Missing Version Needs auxiliary information\n"
+msgid "Array definition needs auxiliary information"
 msgstr "La versió que falta necessita de informació auxiliar\n"
 
 #: coffgrok.c:536
@@ -8407,7 +8407,7 @@
 msgstr "se saltarà l'índex 0x%lx no vàlid de símbols de relocalització a la secció %s\n"
 
 #: readelf.c:7698 readelf.c:8162
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr ""
 
 #: readelf.c:7712 readelf.c:8176 readelf.c:9280
@@ -9009,7 +9009,7 @@
 msgstr ""
 
 #: readelf.c:10674
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "La versió que falta necessita de informació auxiliar\n"
 
 #: readelf.c:10679
--- a/gnu/binutils-2.35.1/binutils/po/es.po
+++ b/gnu/binutils-2.35.1/binutils/po/es.po
@@ -849,7 +849,7 @@
 msgstr "La definición de sección necesita una longitud de sección"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Falta la información auxiliar de la definición del agregado"
 
 #: coffgrok.c:436
@@ -858,7 +858,7 @@
 msgstr "Se encontró el índice %#lx no válido de etiqueta"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Falta la información auxiliar de la definición del enumerado"
 
 #: coffgrok.c:484
@@ -867,7 +867,7 @@
 msgstr "Se encontró el índice %u no válido de símbolo de enumerado"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Falta la información auxiliar de la definición de matriz"
 
 #: coffgrok.c:536
@@ -925,7 +925,7 @@
 
 #: coffgrok.c:849
 #, fuzzy
-#| msgid "Missing Version Needs auxillary information\n"
+#| msgid "Missing Version Needs auxiliary information\n"
 msgid "Aggregate definition encountered without a scope"
 msgstr "Falta la información auxiliar de Requerimientos de Versión\n"
 
@@ -8841,7 +8841,7 @@
 "\n"
 
 #: readelf.c:7577 readelf.c:8020
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr ""
 
 #: readelf.c:7591 readelf.c:8034 readelf.c:9138
@@ -9435,7 +9435,7 @@
 msgstr ""
 
 #: readelf.c:10502
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Falta la información auxiliar de Requerimientos de Versión\n"
 
 #: readelf.c:10507
--- a/gnu/binutils-2.35.1/binutils/po/fi.po
+++ b/gnu/binutils-2.35.1/binutils/po/fi.po
@@ -7175,7 +7175,7 @@
 
 #  hiukan ylempänä on Version needs section. Ilmeisesti tässä pitäisi olla sama
 #: readelf.c:8972
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Puuttuu Versiotarve-lisätietoja\n"
 
 #  hiukan ylempänä on Version needs section. Ilmeisesti tässä pitäisi olla sama
--- a/gnu/binutils-2.35.1/binutils/po/fr.po
+++ b/gnu/binutils-2.35.1/binutils/po/fr.po
@@ -869,7 +869,7 @@
 msgstr "La définition de section requiert une longueur de section"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "La définition d'agrégat requiert une information auxiliaire"
 
 #: coffgrok.c:436
@@ -878,7 +878,7 @@
 msgstr "Index d'étiquette %#lx invalide rencontrée"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "La définition de enum requiert une information auxiliaire"
 
 #: coffgrok.c:484
@@ -887,7 +887,7 @@
 msgstr "Index de symbole enum %u invalide rencontré"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "La définition de tableau requiert une information auxiliaire"
 
 #: coffgrok.c:536
@@ -8735,7 +8735,7 @@
 msgstr "Champ vna_next %lx invalide\n"
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Les informations auxiliaires de la version « Needs » manquent\n"
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/hr.po
+++ b/gnu/binutils-2.35.1/binutils/po/hr.po
@@ -5875,7 +5875,7 @@
 msgstr ""
 
 #: readelf.c:8334
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr ""
 
 #: readelf.c:8340
--- a/gnu/binutils-2.35.1/binutils/po/ja.po
+++ b/gnu/binutils-2.35.1/binutils/po/ja.po
@@ -872,7 +872,7 @@
 msgstr "バージョン定義セクション"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:436
@@ -881,7 +881,7 @@
 msgstr ""
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:484
@@ -890,7 +890,7 @@
 msgstr ""
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:536
@@ -8241,7 +8241,7 @@
 msgstr "オフセット 0x%lx にある予期しない再配置をスキップしています\n"
 
 #: readelf.c:7641 readelf.c:8084
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr ""
 
 #: readelf.c:7655 readelf.c:8098 readelf.c:9202
@@ -8818,7 +8818,7 @@
 #: readelf.c:10581
 #, fuzzy
 #| msgid "  Version need aux past end of section\n"
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "  セクション終了後の必要バージョン補助\n"
 
 #: readelf.c:10586
--- a/gnu/binutils-2.35.1/binutils/po/pt.po
+++ b/gnu/binutils-2.35.1/binutils/po/pt.po
@@ -869,7 +869,7 @@
 msgstr "A definição de secção precisa de um tamanho de secção"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Definição de aggregate precisa de informação auxiliar"
 
 #: coffgrok.c:436
@@ -878,7 +878,7 @@
 msgstr "Encontrado índice de rótulos %#lx inválido"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Definição de enum precisa de informação auxiliar"
 
 #: coffgrok.c:484
@@ -887,7 +887,7 @@
 msgstr "Encontrado índice de símbolos enum %u inválido"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Definição de matriz precisa de informação auxiliar"
 
 #: coffgrok.c:536
@@ -8725,7 +8725,7 @@
 msgstr "Campo vna_next de %lx inválido\n"
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Informação auxiliar de Versão precisa em falta\n"
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/ru.po
+++ b/gnu/binutils-2.35.1/binutils/po/ru.po
@@ -856,7 +856,7 @@
 msgstr "Определению раздела требуется размер раздела"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Составному определению требуется вспомогательная информация"
 
 #: coffgrok.c:436
@@ -865,7 +865,7 @@
 msgstr "Обнаружен неверный  индекс тега %#lx"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Определению перечисления требуется вспомогательная информация"
 
 #: coffgrok.c:484
@@ -874,7 +874,7 @@
 msgstr "Обнаружен неверный символьный индекс перечисления %u"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Определению массива требуется вспомогательная информация"
 
 #: coffgrok.c:536
@@ -8259,7 +8259,7 @@
 msgstr "Пропускается перемещение с огромным смещением: %lx\n"
 
 #: readelf.c:7577 readelf.c:8020
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr "Обнаружено несколько таблиц вспомогательных строк\n"
 
 #: readelf.c:7591 readelf.c:8034 readelf.c:9138
@@ -8828,7 +8828,7 @@
 msgstr "Некорректное поле vna_next в %lx\n"
 
 #: readelf.c:10502
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Отсутствует вспомогательная информация Version Needs\n"
 
 #: readelf.c:10507
--- a/gnu/binutils-2.35.1/binutils/po/sr.po
+++ b/gnu/binutils-2.35.1/binutils/po/sr.po
@@ -868,7 +868,7 @@
 msgstr "Одредници одељка је потребна дужина одељка"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Одредници придруживања су потребни додатни подаци"
 
 #: coffgrok.c:436
@@ -877,7 +877,7 @@
 msgstr "Наиђох на неисправан индекс ознаке „%#lx“"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Одредници набрајања су потребни додатни подаци"
 
 #: coffgrok.c:484
@@ -886,7 +886,7 @@
 msgstr "Наиђох на неисправан индекс симбола набрајања „%u“"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Одредници низа су потребни додатни подаци"
 
 #: coffgrok.c:536
@@ -8743,7 +8743,7 @@
 msgstr "Неисправно „vna_next“ поље од %lx\n"
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Недостају помоћни подаци за „Издању треба“\n"
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/sv.po
+++ b/gnu/binutils-2.35.1/binutils/po/sv.po
@@ -876,7 +876,7 @@
 msgstr "Sektionsdefinitionen behöver en sektionslängd"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Aggregatdefinitionen behöver ytterligare information"
 
 #: coffgrok.c:436
@@ -885,7 +885,7 @@
 msgstr "Felaktitgt taggindex %#lx påträffat"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Enum-definitionen behöver ytterligare information"
 
 #: coffgrok.c:484
@@ -894,7 +894,7 @@
 msgstr "Felaktigt enum-symbolindex %u påträffat"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Vektordefinitionen behöver ytterligare information"
 
 #: coffgrok.c:536
@@ -8022,7 +8022,7 @@
 msgstr "Hoppar över omlokalisering med ett felaktigt symbolindex: %u\n"
 
 #: readelf.c:7807 readelf.c:8271
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr "Flera tabeller med ytterligare strängar påträffade\n"
 
 #: readelf.c:7821 readelf.c:8285 readelf.c:9401
@@ -8587,7 +8587,7 @@
 msgstr "Felaktigt vna_next-fält på %lx\n"
 
 #: readelf.c:10818
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Saknad version behöver ytterligare information\n"
 
 #: readelf.c:10823
--- a/gnu/binutils-2.35.1/binutils/po/uk.po
+++ b/gnu/binutils-2.35.1/binutils/po/uk.po
@@ -870,7 +870,7 @@
 msgstr "Визначення розділу потребує зазначення довжини розділу"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr "Сукупне визначення має містити допоміжну інформацію"
 
 #: coffgrok.c:436
@@ -879,7 +879,7 @@
 msgstr "Виявлено некоректний індекс мітки %#lx"
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr "Визначення переліку має містити допоміжну інформацію"
 
 #: coffgrok.c:484
@@ -888,7 +888,7 @@
 msgstr "Виявлено некоректний індекс переліку символів %u"
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr "Визначення масиву має містити допоміжну інформацію"
 
 #: coffgrok.c:536
@@ -8781,7 +8781,7 @@
 msgstr "Некоректне поле vna_next %lx\n"
 
 #: readelf.c:11282
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Не вистачає допоміжних даних щодо залежностей за версіями\n"
 
 #: readelf.c:11287
--- a/gnu/binutils-2.35.1/binutils/po/vi.po
+++ b/gnu/binutils-2.35.1/binutils/po/vi.po
@@ -6366,7 +6366,7 @@
 msgstr "  Cờ: %s  Phiên bản: %d\n"
 
 #: readelf.c:8334
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr "Thiếu thông tin phụ cần thiết cho phiên bản\n"
 
 #: readelf.c:8340
--- a/gnu/binutils-2.35.1/binutils/po/zh_CN.po
+++ b/gnu/binutils-2.35.1/binutils/po/zh_CN.po
@@ -7002,7 +7002,7 @@
 msgstr "  标志：%s  版本：%d\n"
 
 #: readelf.c:8972
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr ""
 
 #: readelf.c:8978
--- a/gnu/binutils-2.35.1/binutils/po/zh_TW.po
+++ b/gnu/binutils-2.35.1/binutils/po/zh_TW.po
@@ -853,7 +853,7 @@
 msgstr "版本定義區段"
 
 #: coffgrok.c:427
-msgid "Aggregate definition needs auxillary information"
+msgid "Aggregate definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:436
@@ -862,7 +862,7 @@
 msgstr ""
 
 #: coffgrok.c:477
-msgid "Enum definition needs auxillary information"
+msgid "Enum definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:484
@@ -871,7 +871,7 @@
 msgstr ""
 
 #: coffgrok.c:520
-msgid "Array definition needs auxillary information"
+msgid "Array definition needs auxiliary information"
 msgstr ""
 
 #: coffgrok.c:536
@@ -7958,7 +7958,7 @@
 msgstr ""
 
 #: readelf.c:7698 readelf.c:8162
-msgid "Multiple auxillary string tables encountered\n"
+msgid "Multiple auxiliary string tables encountered\n"
 msgstr ""
 
 #: readelf.c:7712 readelf.c:8176 readelf.c:9280
@@ -8540,7 +8540,7 @@
 msgstr ""
 
 #: readelf.c:10674
-msgid "Missing Version Needs auxillary information\n"
+msgid "Missing Version Needs auxiliary information\n"
 msgstr ""
 
 #: readelf.c:10679
--- a/gnu/binutils-2.35.1/binutils/readelf.c
+++ b/gnu/binutils-2.35.1/binutils/readelf.c
@@ -2401,7 +2401,7 @@
     case EM_MMA:		return "Fujitsu Multimedia Accelerator";
     case EM_PCP:		return "Siemens PCP";
     case EM_NCPU:		return "Sony nCPU embedded RISC processor";
-    case EM_NDR1:		return "Denso NDR1 microprocesspr";
+    case EM_NDR1:		return "Denso NDR1 microprocessor";
     case EM_STARCORE:		return "Motorola Star*Core processor";
     case EM_ME16:		return "Toyota ME16 processor";
       /* 60 */
@@ -11284,7 +11284,7 @@
 		  }
 
 		if (j < ent.vn_cnt)
-		  warn (_("Missing Version Needs auxillary information\n"));
+		  warn (_("Missing Version Needs auxiliary information\n"));
 
 		if (ent.vn_next < sizeof (*entry)
 		    && !(cnt == section->sh_info - 1 && ent.vn_next == 0))
--- a/gnu/binutils-2.35.1/include/coff/internal.h
+++ b/gnu/binutils-2.35.1/include/coff/internal.h
@@ -377,7 +377,7 @@
 #define C_THUMBEXTFUNC  (C_THUMBEXT  + 20)	/* 150 */
 #define C_THUMBSTATFUNC (C_THUMBSTAT + 20)	/* 151 */
 
-/* True if XCOFF symbols of class CLASS have auxillary csect information.  */
+/* True if XCOFF symbols of class CLASS have auxiliary csect information.  */
 #define CSECT_SYM_P(CLASS) \
   ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT)
 
--- a/gnu/binutils-2.35.1/include/coff/sym.h
+++ b/gnu/binutils-2.35.1/include/coff/sym.h
@@ -76,8 +76,8 @@
 	bfd_vma	cbSymOffset;	/* offset to start of local symbols*/
 	long	ioptMax;	/* max index into optimization symbol entries */
 	bfd_vma	cbOptOffset;	/* offset to optimization symbol entries */
-	long	iauxMax;	/* number of auxillary symbol entries */
-	bfd_vma	cbAuxOffset;	/* offset to start of auxillary symbol entries*/
+	long	iauxMax;	/* number of auxiliary symbol entries */
+	bfd_vma	cbAuxOffset;	/* offset to start of auxiliary symbol entries*/
 	long	issMax;		/* max index into local strings */
 	bfd_vma	cbSsOffset;	/* offset to start of local strings */
 	long	issExtMax;	/* max index into external strings */
--- a/gnu/binutils-2.35.1/ld/ld.1
+++ b/gnu/binutils-2.35.1/ld/ld.1
@@ -786,7 +786,7 @@
 .IX Item "-plugin name"
 Involve a plugin in the linking process.  The \fIname\fR parameter is
 the absolute filename of the plugin.  Usually this parameter is
-automatically added by the complier, when using link time
+automatically added by the compiler, when using link time
 optimization, but users can also add their own plugins if they so
 wish.
 .Sp
@@ -799,7 +799,7 @@
 just copy in the newest one.
 .IP "\fB\-\-push\-state\fR" 4
 .IX Item "--push-state"
-The \fB\-\-push\-state\fR allows to preserve the current state of the
+The \fB\-\-push\-state\fR allows one to preserve the current state of the
 flags which govern the input file handling so that they can all be
 restored with one corresponding \fB\-\-pop\-state\fR option.
 .Sp
@@ -1788,7 +1788,7 @@
 may be used to link clients against the generated executable; this
 behaviour makes it possible to skip a separate import library creation
 step (eg. \f(CW\*(C`dlltool\*(C'\fR for DLLs).  This option is only available for
-the i386 \s-1PE\s0 and \s-1ELF\s0 targetted ports of the linker.
+the i386 \s-1PE\s0 and \s-1ELF\s0 targeted ports of the linker.
 .IP "\fB\-pie\fR" 4
 .IX Item "-pie"
 .PD 0
@@ -1945,7 +1945,7 @@
 the \f(CW\*(C`_PATH_ELF_HINTS\*(C'\fR macro defined in the \fIelf\-hints.h\fR
 header file.
 .IP "10." 4
-Any directories specifed by a \f(CW\*(C`SEARCH_DIR\*(C'\fR command in the
+Any directories specified by a \f(CW\*(C`SEARCH_DIR\*(C'\fR command in the
 linker script being used.
 .RE
 .RS 4
--- a/gnu/binutils-2.35.1/ld/ld.texi
+++ b/gnu/binutils-2.35.1/ld/ld.texi
@@ -923,7 +923,7 @@
 @item -plugin @var{name}
 Involve a plugin in the linking process.  The @var{name} parameter is
 the absolute filename of the plugin.  Usually this parameter is
-automatically added by the complier, when using link time
+automatically added by the compiler, when using link time
 optimization, but users can also add their own plugins if they so
 wish.
 
@@ -938,7 +938,7 @@
 @kindex --push-state
 @cindex push state governing input file handling
 @item --push-state
-The @option{--push-state} allows to preserve the current state of the
+The @option{--push-state} allows one to preserve the current state of the
 flags which govern the input file handling so that they can all be
 restored with one corresponding @option{--pop-state} option.
 
@@ -1948,7 +1948,7 @@
 may be used to link clients against the generated executable; this
 behaviour makes it possible to skip a separate import library creation
 step (eg. @code{dlltool} for DLLs).  This option is only available for
-the i386 PE and ELF targetted ports of the linker.
+the i386 PE and ELF targeted ports of the linker.
 
 @kindex -pie
 @kindex --pic-executable
@@ -2143,7 +2143,7 @@
 the @code{_PATH_ELF_HINTS} macro defined in the @file{elf-hints.h}
 header file.
 @item
-Any directories specifed by a @code{SEARCH_DIR} command in the
+Any directories specified by a @code{SEARCH_DIR} command in the
 linker script being used.
 @end enumerate
 
--- a/gnu/binutils-2.35.1/bfd/elf32-xtensa.c
+++ b/gnu/binutils-2.35.1/bfd/elf32-xtensa.c
@@ -7894,7 +7894,7 @@
 }
 
 
-/* Do not widen an instruction if it is preceeded by a
+/* Do not widen an instruction if it is preceded by a
    loop opcode.  It might cause misalignment.  */
 
 static bfd_boolean
--- a/gnu/binutils-2.35.1/bfd/vms-alpha.c
+++ b/gnu/binutils-2.35.1/bfd/vms-alpha.c
@@ -2812,7 +2812,7 @@
      stream of bytes (like on UNIX), but there is no magic number.
 
      Object files are written with RMS (record management service), ie
-     each records are preceeded by its length (on a word - 2 bytes), and
+     each records are preceded by its length (on a word - 2 bytes), and
      padded for word-alignment.  That would be simple but when files
      are transfered to a UNIX filesystem (using ftp), records are lost.
      Only the raw content of the records are transfered.  Fortunately,
--- a/gnu/binutils-2.35.1/bfd/vms.h
+++ b/gnu/binutils-2.35.1/bfd/vms.h
@@ -44,7 +44,7 @@
     /* Not yet known.  */
     FF_UNKNOWN,
 
-    /* Unix format.  Each record is preceeded by the record length,
+    /* Unix format.  Each record is preceded by the record length,
        on 2 bytes.  */
     FF_FOREIGN,
 
--- a/gnu/binutils-2.35.1/binutils/doc/binutils.texi
+++ b/gnu/binutils-2.35.1/binutils/doc/binutils.texi
@@ -1132,10 +1132,10 @@
 
 @item --with-symbol-versions
 Enables the display of symbol version information if any exists.  The
-version string is displayed as a suffix to the symbol name, preceeded by
+version string is displayed as a suffix to the symbol name, preceded by
 an @@ character.  For example @samp{foo@@VER_1}.  If the version is
 the default version to be used when resolving unversioned references
-to the symbol then it is displayed as a suffix preceeded by two @@
+to the symbol then it is displayed as a suffix preceded by two @@
 characters.  For example @samp{foo@@@@VER_2}.
 
 @item --target=@var{bfdname}
@@ -1344,7 +1344,7 @@
   --only-section=.text.* --only-section=!.text.foo
 @end smallexample
 
-will copy all sectinos maching '.text.*' but not the section
+will copy all sectinos matching '.text.*' but not the section
 '.text.foo'.
 
 @item -R @var{sectionpattern}
@@ -2305,7 +2305,7 @@
 objdump will assume that any symbols present in a code section occur
 on the boundary between instructions and it will refuse to disassemble
 across such a boundary.  When option @option{-D} is in effect however
-this assumption is supressed.  This means that it is possible for the
+this assumption is suppressed.  This means that it is possible for the
 output of @option{-d} and @option{-D} to differ if, for example, data
 is stored in code sections.
 
@@ -2437,7 +2437,7 @@
 printed using the decimal representation, while the long immediate
 values are printed as hexadecimal.
 
-@option{cpu=...} allows to enforce a particular ISA when disassembling
+@option{cpu=...} allows one to enforce a particular ISA when disassembling
 instructions, overriding the @option{-m} value or whatever is in the ELF file.
 This might be useful to select ARC EM or HS ISA, because architecture is same
 for those and disassembler relies on private ELF header data to decide if code
@@ -2756,7 +2756,7 @@
 in the symbol table, the @var{sec} number is the section number, the
 @var{fl} value are the symbol's flag bits, the @var{ty} number is the
 symbol's type, the @var{scl} number is the symbol's storage class and
-the @var{nx} value is the number of auxilary entries associated with
+the @var{nx} value is the number of auxiliary entries associated with
 the symbol.  The last two fields are the symbol's value and its name.
 
 The other common output format, usually seen with ELF based files,
@@ -2767,7 +2767,7 @@
 00000000 g       .text  00000000 fred
 @end smallexample
 
-Here the first number is the symbol's value (sometimes refered to as
+Here the first number is the symbol's value (sometimes referred to as
 its address).  The next field is actually a set of characters and
 spaces indicating the flag bits that are set on the symbol.  These
 characters are described below.  Next is the section with which the
@@ -4805,10 +4805,10 @@
 Displays the entries in symbol table section of the file, if it has one.
 If a symbol has version information associated with it then this is
 displayed as well.  The version string is displayed as a suffix to the
-symbol name, preceeded by an @@ character.  For example
+symbol name, preceded by an @@ character.  For example
 @samp{foo@@VER_1}.  If the version is the default version to be used
 when resolving unversioned references to the symbol then it is
-displayed as a suffix preceeded by two @@ characters.  For example
+displayed as a suffix preceded by two @@ characters.  For example
 @samp{foo@@@@VER_2}.
 
 @item --dyn-syms
--- a/gnu/binutils-2.35.1/cpu/m32r.cpu
+++ b/gnu/binutils-2.35.1/cpu/m32r.cpu
@@ -742,7 +742,7 @@
 (dnop disp16 "16 bit displacement" () h-iaddr f-disp16)
 (dnop disp24 "24 bit displacement" (RELAX) h-iaddr f-disp24)
 
-; These hardware elements are refered to frequently.
+; These hardware elements are referred to frequently.
 
 (dnop condbit "condition bit" (SEM-ONLY) h-cond f-nil)
 (dnop accum "accumulator" (SEM-ONLY) h-accum f-nil)
--- a/gnu/binutils-2.35.1/gas/doc/as.texi
+++ b/gnu/binutils-2.35.1/gas/doc/as.texi
@@ -2960,7 +2960,7 @@
 
 Symbol names may also be enclosed in double quote @code{"} characters.  In such
 cases any characters are allowed, except for the NUL character.  If a double
-quote character is to be included in the symbol name it must be preceeded by a
+quote character is to be included in the symbol name it must be preceded by a
 backslash @code{\} character.
 @cindex length of symbols
 
--- a/gnu/binutils-2.35.1/include/aout/encap.h
+++ b/gnu/binutils-2.35.1/include/aout/encap.h
@@ -30,7 +30,7 @@
  * A normal bsd header (struct exec) is placed after the coff headers,
  * and before the real text.  I defined a the new fields 'a_machtype'
  * and a_flags.  If a_machtype is M_386, and a_flags & A_ENCAP is
- * true, then the bsd header is preceeded by a coff header.  Macros
+ * true, then the bsd header is preceded by a coff header.  Macros
  * like N_TXTOFF and N_TXTADDR use this field to find the bsd header.
  * 
  * The only problem is to track down the bsd exec header.  The
--- a/gnu/binutils-2.35.1/ld/ChangeLog-0001
+++ b/gnu/binutils-2.35.1/ld/ChangeLog-0001
@@ -1831,7 +1831,7 @@
 	* ldlex.h: Fix prototype of parse_args.
 
 	* ld.texinfo: Document that long options starting with 'o'
-	must be preceeded by two dashes.  Change example of a single
+	must be preceded by two dashes.  Change example of a single
 	dashed long option from -oformat to -trace-symbol.
 
 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
--- a/gnu/binutils-2.35.1/libiberty/cplus-dem.c
+++ b/gnu/binutils-2.35.1/libiberty/cplus-dem.c
@@ -215,7 +215,7 @@
     goto unknown;
 
   /* Most of the demangling will trivially remove chars.  Operator names
-     may add one char but because they are always preceeded by '__' which is
+     may add one char but because they are always preceded by '__' which is
      replaced by '.', they eventually never expand the size.
      A few special names such as '___elabs' add a few chars (at most 7), but
      they occur only once.  */
--- a/gnu/binutils-2.35.1/opcodes/cgen-asm.c
+++ b/gnu/binutils-2.35.1/opcodes/cgen-asm.c
@@ -60,7 +60,7 @@
    The result is a pointer to the next entry to use.
 
    The table is scanned backwards as additions are made to the front of the
-   list and we want earlier ones to be prefered.  */
+   list and we want earlier ones to be preferred.  */
 
 static CGEN_INSN_LIST *
 hash_insn_array (CGEN_CPU_DESC cd,
@@ -156,7 +156,7 @@
 				    asm_hash_table, hash_entry_buf);
 
   /* Add runtime added insns.
-     Later added insns will be prefered over earlier ones.  */
+     Later added insns will be preferred over earlier ones.  */
 
   hash_entry_buf = hash_insn_list (cd, insn_table->new_entries,
 				   asm_hash_table, hash_entry_buf);
--- a/gnu/binutils-2.35.1/opcodes/cgen-dis.c
+++ b/gnu/binutils-2.35.1/opcodes/cgen-dis.c
@@ -95,7 +95,7 @@
    The result is a pointer to the next entry to use.
 
    The table is scanned backwards as additions are made to the front of the
-   list and we want earlier ones to be prefered.  */
+   list and we want earlier ones to be preferred.  */
 
 static CGEN_INSN_LIST *
 hash_insn_array (CGEN_CPU_DESC cd,
@@ -211,7 +211,7 @@
 				    dis_hash_table, hash_entry_buf);
 
   /* Add runtime added insns.
-     Later added insns will be prefered over earlier ones.  */
+     Later added insns will be preferred over earlier ones.  */
 
   hash_entry_buf = hash_insn_list (cd, insn_table->new_entries,
 				   dis_hash_table, hash_entry_buf);
--- a/gnu/binutils-2.35.1/opcodes/cgen-opc.c
+++ b/gnu/binutils-2.35.1/opcodes/cgen-opc.c
@@ -249,7 +249,7 @@
   memset (kt->value_hash_table, 0, size * sizeof (CGEN_KEYWORD_ENTRY *));
 
   /* The table is scanned backwards as we want keywords appearing earlier to
-     be prefered over later ones.  */
+     be preferred over later ones.  */
   for (i = kt->num_init_entries - 1; i >= 0; --i)
     cgen_keyword_add (kt, &kt->init_entries[i]);
 }
--- a/gnu/binutils-2.35.1/opcodes/tic30-dis.c
+++ b/gnu/binutils-2.35.1/opcodes/tic30-dis.c
@@ -701,7 +701,7 @@
 	       | (*(info->buffer + bufaddr + 2) << 8)
 	       | *(info->buffer + bufaddr + 3));
   _pc = pc / 4;
-  /* Get the instruction refered to by the current instruction word
+  /* Get the instruction referred to by the current instruction word
      and print it out based on its type.  */
   if (!get_tic30_instruction (insn_word, &insn))
     return -1;
--- a/gnu/binutils-2.35.1/binutils/testsuite/binutils-all/vax/objdump.exp
+++ b/gnu/binutils-2.35.1/binutils/testsuite/binutils-all/vax/objdump.exp
@@ -19,7 +19,7 @@
 #
 # This file was written by Jan-Benedict Glaw <jbglaw@lug-owl.de>. It's goal
 # is to check the VAX-specific support of the -M entry:0xf00 switch, which
-# allows to force function entry masks at given addresses.
+# allows one to force function entry masks at given addresses.
 #
 
 if ![istarget vax*-*-*] then {
--- a/gnu/binutils-2.35.1/config/override.m4
+++ b/gnu/binutils-2.35.1/config/override.m4
@@ -32,7 +32,7 @@
   [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
 
 dnl Test for the exact version when AC_INIT is expanded.
-dnl This allows to update the tree in steps (for testing)
+dnl This allows one to update the tree in steps (for testing)
 dnl by putting
 dnl   m4_define([_GCC_AUTOCONF_VERSION], [X.Y])
 dnl in configure.ac before AC_INIT,
--- a/gnu/binutils-2.35.1/gas/config/tc-s390.c
+++ b/gnu/binutils-2.35.1/gas/config/tc-s390.c
@@ -1910,7 +1910,7 @@
 
 #define MAX_HISTORY 100
 
-/* The .machine pseudo op allows to switch to a different CPU level in
+/* The .machine pseudo op allows one to switch to a different CPU level in
    the asm listing.  The current CPU setting can be stored on a stack
    with .machine push and restored with .machine pop.  */
 
@@ -2001,7 +2001,7 @@
   demand_empty_rest_of_line ();
 }
 
-/* The .machinemode pseudo op allows to switch to a different
+/* The .machinemode pseudo op allows one to switch to a different
    architecture mode in the asm listing.  The current architecture
    mode setting can be stored on a stack with .machinemode push and
    restored with .machinemode pop.  */
--- a/gnu/binutils-2.35.1/gas/doc/c-s390.texi
+++ b/gnu/binutils-2.35.1/gas/doc/c-s390.texi
@@ -905,7 +905,7 @@
 
 @cindex @code{.machinemode} directive, s390
 @item .machinemode string
-This directive allows to change the architecture mode for which code
+This directive allows one to change the architecture mode for which code
 is being generated.  @code{string} may be @code{esa}, @code{zarch},
 @code{zarch_nohighgprs}, @code{push}, or @code{pop}.
 @code{.machinemode zarch_nohighgprs} can be used to prevent the
--- a/gnu/binutils-2.35.1/gprof/gprof.texi
+++ b/gnu/binutils-2.35.1/gprof/gprof.texi
@@ -1931,7 +1931,7 @@
 @section Profiling Data File Format
 
 The old BSD-derived file format used for profile data does not contain a
-magic cookie that allows to check whether a data file really is a
+magic cookie that allows one to check whether a data file really is a
 @code{gprof} file.  Furthermore, it does not provide a version number, thus
 rendering changes to the file format almost impossible.  @sc{gnu} @code{gprof}
 uses a new file format that provides these features.  For backward
--- a/gnu/binutils-2.35.1/gprof/readme
+++ b/gnu/binutils-2.35.1/gprof/readme
@@ -358,7 +358,7 @@
 ** File Format Changes
 
 The old BSD-derived format used for profile data does not contain a
-magic cookie that allows to check whether a data file really is a
+magic cookie that allows one to check whether a data file really is a
 gprof file.  Furthermore, it does not provide a version number, thus
 rendering changes to the file format almost impossible.  GNU gprof
 uses a new file format that provides these features.  For backward
--- a/gnu/binutils-2.35.1/include/opcode/aarch64.h
+++ b/gnu/binutils-2.35.1/include/opcode/aarch64.h
@@ -1234,7 +1234,7 @@
 {
   /* The instruction that caused this sequence to be opened.  */
   aarch64_inst *instr;
-  /* The number of instructions the above instruction allows to be kept in the
+  /* The number of instructions the above instruction allows one to be kept in the
      sequence before an automatic close is done.  */
   int num_insns;
   /* The instructions currently added to the sequence.  */
--- a/gnu/binutils-2.35.1/ld/configure.tgt
+++ b/gnu/binutils-2.35.1/ld/configure.tgt
@@ -1053,7 +1053,7 @@
   ;;
 
 spu-*-elf*)
-  # This allows to build a pair of PPU/SPU toolchains with common sysroot.
+  # This allows one to build a pair of PPU/SPU toolchains with common sysroot.
   NATIVE_LIB_DIRS='/lib'
   ;;
 
--- a/gnu/binutils-2.35.1/ld/emultempl/m68hc1xelf.em
+++ b/gnu/binutils-2.35.1/ld/emultempl/m68hc1xelf.em
@@ -104,7 +104,7 @@
      window (rx) : ORIGIN = 0x8000, LENGTH = 16K
 
      But for 68HC11 this is board specific.  The definition of such
-     memory region allows to control how this paged memory is accessed.  */
+     memory region allows one to control how this paged memory is accessed.  */
   region = lang_memory_region_lookup (bank_window_name, FALSE);
 
   /* Check the length to see if it was defined in the script.  */
--- a/gnu/binutils-2.35.1/ChangeLog
+++ b/gnu/binutils-2.35.1/ChangeLog
@@ -14805,7 +14805,7 @@
 
 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
-	* configure.in: remove some program from Alpha targetted toolchains
+	* configure.in: remove some program from Alpha targeted toolchains
 
 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
 
--- a/gnu/binutils-2.35.1/cpu/or1k.cpu
+++ b/gnu/binutils-2.35.1/cpu/or1k.cpu
@@ -21,7 +21,7 @@
 (include "simplify.inc")
 
 ; The OpenRISC family is a set of RISC microprocessor architectures with an
-; emphasis on scalability and is targetted at embedded use.
+; emphasis on scalability and is targeted at embedded use.
 ; The CPU RTL development is a collaborative open source effort.
 ; http://opencores.org/or1k
 ; http://openrisc.net
--- a/gnu/binutils-2.35.1/bfd/ChangeLog-0203
+++ b/gnu/binutils-2.35.1/bfd/ChangeLog-0203
@@ -10408,7 +10408,7 @@
 	Define.
 	2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
 	* elf32-sh.c: Renumbered and renamed some SH5 relocations to
-	match official numbers and names; moved unmaching ones to the
+	match official numbers and names; moved unmatching ones to the
 	range 0xf2-0xff.
 	* elf32-sh64.c, elf64-sh64.c: Likewise.
 	2001-03-12  DJ Delorie  <dj@redhat.com>
--- a/gnu/binutils-2.35.1/include/elf/ChangeLog-9103
+++ b/gnu/binutils-2.35.1/include/elf/ChangeLog-9103
@@ -486,7 +486,7 @@
 	(R_SH_FIRST_INVALID_RELOC_4): Adjust.
 	2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
 	* sh.h: Renumbered and renamed some SH5 relocations to match
-	official numbers and names; moved unmaching ones to the range
+	official numbers and names; moved unmatching ones to the range
 	0xf2-0xff.
 	2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
 	* sh.h (sh64_get_contents_type): Declare.
--- a/gnu/binutils-2.35.1/opcodes/ChangeLog-2016
+++ b/gnu/binutils-2.35.1/opcodes/ChangeLog-2016
@@ -1898,7 +1898,7 @@
 	(create_map): Zero initialize instruction fields.
 	(arcExtMap_instName): Remove.
 	(arcExtMap_insn): New function.
-	(dump_ARC_extmap): More info while debuging.
+	(dump_ARC_extmap): More info while debugging.
 	(arcExtMap_genOpcode): New function.
 	* arc-dis.c (find_format): New function.
 	(print_insn_arc): Use find_format.
--- a/gnu/binutils-2.35.1/gas/doc/as.1
+++ b/gnu/binutils-2.35.1/gas/doc/as.1
@@ -1714,7 +1714,7 @@
 before indirect near branch via register and issue a warning before
 indirect near branch via memory.
 It also implicitly sets \fB\-mlfence\-before\-ret=\fR\fIshl\fR when
-there's no explict \fB\-mlfence\-before\-ret=\fR.
+there's no explicit \fB\-mlfence\-before\-ret=\fR.
 \&\fB\-mlfence\-before\-indirect\-branch=\fR\fIregister\fR will generate
 lfence before indirect near branch via register.
 \&\fB\-mlfence\-before\-indirect\-branch=\fR\fImemory\fR will issue a
@@ -2911,9 +2911,9 @@
 \&\f(CW\*(C`z80n\*(C'\fR,
 \&\f(CW\*(C`r800\*(C'\fR.
 In addition to the basic instruction set, the assembler can be told to
-accept some extention mnemonics. For example,
+accept some extension mnemonics. For example,
 \&\f(CW\*(C`\-march=z180+sli+infc\*(C'\fR extends \fIz180\fR with \fI\s-1SLI\s0\fR instructions and
-\&\fI\s-1IN F,\s0(C)\fR. The following extentions are currently supported:
+\&\fI\s-1IN F,\s0(C)\fR. The following extensions are currently supported:
 \&\f(CW\*(C`full\*(C'\fR (all known instructions),
 \&\f(CW\*(C`adl\*(C'\fR (\s-1ADL CPU\s0 mode by default, eZ80 only),
 \&\f(CW\*(C`sli\*(C'\fR (instruction known as \fI\s-1SLI\s0\fR, \fI\s-1SLL\s0\fR or \fI\s-1SL1\s0\fR),
@@ -2922,9 +2922,9 @@
 \&\f(CW\*(C`xdcb\*(C'\fR (instructions like \fIRotOp (II+d),R\fR and \fIBitOp n,(II+d),R\fR),
 \&\f(CW\*(C`infc\*(C'\fR (instruction \fI\s-1IN F,\s0(C)\fR or \fI\s-1IN\s0 (C)\fR),
 \&\f(CW\*(C`outc0\*(C'\fR (instruction \fI\s-1OUT\s0 (C),0\fR).
-Note that rather than extending a basic instruction set, the extention
+Note that rather than extending a basic instruction set, the extension
 mnemonics starting with \f(CW\*(C`\-\*(C'\fR revoke the respective functionality:
-\&\f(CW\*(C`\-march=z80\-full+xyhl\*(C'\fR first removes all default extentions and adds
+\&\f(CW\*(C`\-march=z80\-full+xyhl\*(C'\fR first removes all default extensions and adds
 support for index registers halves only.
 .Sp
 If this option is not specified then \f(CW\*(C`\-march=z80+xyhl+infc\*(C'\fR is assumed.
