From: Samanta Navarro Date: Mon, 5 Oct 2020 13:20:15 +0000 (+0100) Subject: Fix spelling mistakes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46;p=binutils-gdb.git Fix spelling mistakes --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4838c80d311..9d906649f0a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-10-05 Samanta Navarro + + * doc/binutils.texi: Fix spelling mistakes. + 2020-09-29 Mark Wielaard * dwarf.c (display_loclists_list): Handle DW_LLE_start_end and diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 2e0d1fb8ead..ef2d665e34d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -983,7 +983,7 @@ Do not demangle low-level symbol names. This is the default. @itemx --no-recursion-limit Enables or disables a limit on the amount of recursion performed whilst demangling strings. Since the name mangling formats allow for -an inifinite level of recursion it is possible to create strings whose +an infinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this from happening by restricting recursion to 2048 levels of nesting. @@ -1345,7 +1345,7 @@ otherwise copy it. For example: --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} @@ -2258,7 +2258,7 @@ for more information on demangling. @itemx --no-recursion-limit Enables or disables a limit on the amount of recursion performed whilst demangling strings. Since the name mangling formats allow for -an inifinite level of recursion it is possible to create strings whose +an infinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this from happening by restricting recursion to 2048 levels of nesting. @@ -2760,7 +2760,7 @@ where the number inside the square brackets is the number of the entry 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, @@ -2771,7 +2771,7 @@ looks like this: 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 @@ -3677,7 +3677,7 @@ output. @itemx --no-recursion-limit Enables or disables a limit on the amount of recursion performed whilst demangling strings. Since the name mangling formats allow for -an inifinite level of recursion it is possible to create strings whose +an infinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this from happening by restricting recursion to 2048 levels of nesting. @@ -3900,7 +3900,7 @@ prefixed with @samp{(inlined by)}. @itemx --no-recursion-limit Enables or disables a limit on the amount of recursion performed whilst demangling strings. Since the name mangling formats allow for -an inifinite level of recursion it is possible to create strings whose +an infinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this from happening by restricting recursion to 2048 levels of nesting. @@ -4843,7 +4843,7 @@ Do not demangle low-level symbol names. This is the default. @itemx --no-recursion-limit Enables or disables a limit on the amount of recursion performed whilst demangling strings. Since the name mangling formats allow for -an inifinite level of recursion it is possible to create strings whose +an infinite level of recursion it is possible to create strings whose decoding will exhaust the amount of stack space available on the host machine, triggering a memory fault. The limit tries to prevent this from happening by restricting recursion to 2048 levels of nesting. diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 4d68e00fc10..fe525348ebc 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2020-10-05 Samanta Navarro + + * m32r.cpu: Fix spelling mistakes. + 2020-09-18 David Faust * bpf.cpu (insn-op-code-alu): Add SDIV and SMOD. diff --git a/cpu/m32r.cpu b/cpu/m32r.cpu index a2395259b5b..e85b640ea5e 100644 --- a/cpu/m32r.cpu +++ b/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) diff --git a/gas/ChangeLog b/gas/ChangeLog index b27e08bccb0..5ea9edb7b93 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-10-05 Samanta Navarro + + * doc/as.texi: Fix spelling mistakes. + * doc/c-wasm32.texi: Likewise. + 2020-10-05 T.K. Chia PR gas/26694 diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 2ba101ce8d6..4d5294552ad 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -972,7 +972,7 @@ This option selects the core processor variant. @item -EB | -EL Select either big-endian (-EB) or little-endian (-EL) output. @item -mcode-density -Enable Code Density extenssion instructions. +Enable Code Density extension instructions. @end table @end ifset diff --git a/gas/doc/c-wasm32.texi b/gas/doc/c-wasm32.texi index 4215796bfab..c91c25247b3 100644 --- a/gas/doc/c-wasm32.texi +++ b/gas/doc/c-wasm32.texi @@ -115,5 +115,5 @@ specified in square brackets following the opcode: @code{if[i]}, @code{@value{AS}} will only produce ELF output, not a valid WebAssembly module. It is possible to make @code{@value{AS}} produce output in a single ELF section which becomes a valid WebAssembly -module, but a linker script to do so may be preferrable, as it doesn't +module, but a linker script to do so may be preferable, as it doesn't require running the entire module through the assembler at once. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3c74fbf3d87..22250b0d9db 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2020-10-05 Samanta Navarro + + * cgen-asm.c: Fix spelling mistakes. + * cgen-dis.c: Fix spelling mistakes. + * tic30-dis.c: Fix spelling mistakes. + 2020-10-05 H.J. Lu PR binutils/26704 diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c index b1675045d9d..7835928be9b 100644 --- a/opcodes/cgen-asm.c +++ b/opcodes/cgen-asm.c @@ -60,7 +60,7 @@ cgen_init_parse_operand (CGEN_CPU_DESC cd) 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 @@ build_asm_hash_table (CGEN_CPU_DESC cd) 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); diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c index 377c93cfab3..29bbb192912 100644 --- a/opcodes/cgen-dis.c +++ b/opcodes/cgen-dis.c @@ -95,7 +95,7 @@ add_insn_to_hash_chain (CGEN_INSN_LIST *hentbuf, 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 @@ build_dis_hash_table (CGEN_CPU_DESC cd) 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); diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c index 82154715e2d..38e885cc445 100644 --- a/opcodes/tic30-dis.c +++ b/opcodes/tic30-dis.c @@ -701,7 +701,7 @@ print_insn_tic30 (bfd_vma pc, disassemble_info *info) | (*(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;