aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/doc/binutils.texi16
-rw-r--r--cpu/ChangeLog4
-rw-r--r--cpu/m32r.cpu2
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/as.texi2
-rw-r--r--gas/doc/c-wasm32.texi2
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/cgen-asm.c4
-rw-r--r--opcodes/cgen-dis.c4
-rw-r--r--opcodes/tic30-dis.c2
11 files changed, 35 insertions, 16 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 4838c80..9d90664 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-05 Samanta Navarro <ferivoz@riseup.net>
+
+ * doc/binutils.texi: Fix spelling mistakes.
+
2020-09-29 Mark Wielaard <mark@klomp.org>
* dwarf.c (display_loclists_list): Handle DW_LLE_start_end and
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 2e0d1fb..ef2d665 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 4d68e00..fe52534 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-05 Samanta Navarro <ferivoz@riseup.net>
+
+ * m32r.cpu: Fix spelling mistakes.
+
2020-09-18 David Faust <david.faust@oracle.com>
* bpf.cpu (insn-op-code-alu): Add SDIV and SMOD.
diff --git a/cpu/m32r.cpu b/cpu/m32r.cpu
index a239525..e85b640 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 b27e08b..5ea9edb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2020-10-05 Samanta Navarro <ferivoz@riseup.net>
+
+ * doc/as.texi: Fix spelling mistakes.
+ * doc/c-wasm32.texi: Likewise.
+
2020-10-05 T.K. Chia <u1049321969@caramail.com>
PR gas/26694
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 2ba101c..4d52945 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 4215796..c91c252 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 3c74fbf..22250b0 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2020-10-05 Samanta Navarro <ferivoz@riseup.net>
+
+ * cgen-asm.c: Fix spelling mistakes.
+ * cgen-dis.c: Fix spelling mistakes.
+ * tic30-dis.c: Fix spelling mistakes.
+
2020-10-05 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/26704
diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c
index b167504..7835928 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 377c93c..29bbb19 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 8215471..38e885c 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;