diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-01 14:21:52 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-01 14:36:35 +1030 |
commit | f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7 (patch) | |
tree | 30d8c1679c101f90677c695ce64e8473f13e95e7 /gas/ChangeLog-2020 | |
parent | 250d07de5cf6efc81ed934c25292beb63c7e3129 (diff) | |
download | gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.zip gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.tar.gz gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.tar.bz2 |
PR27116, Spelling errors found by Debian style checker
PR 27116
bfd/
* xcofflink.c: Correct spelling in comments.
binutils/
* coffgrok.c (do_type): Correct spelling of auxiliary in errors.
* doc/binutils.texi: Correct grammar.
* readelf.c (process_version_sections): Correct spelling of auxiliary
in warning.
* testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
config/
* override.m4: Correct comment grammar.
gas/
* config/tc-i386.c: Correct comment spelling.
* config/tc-riscv.c: Likewise.
* config/tc-s390.c: Correct comment grammar.
* doc/c-i386.texi: Correct spelling.
* doc/c-s390.texi: Correct grammar.
gold/
* tilegx.cc: Correct comment spelling.
gprof/
* README: Correct grammar.
* gprof.texi: Likewise.
include/
* coff/internal.h: Correct comment spelling.
* coff/sym.h: Likewise.
* opcode/aarch64.h: Likewise.
ld/
* configure.tgt: Correct comment grammar.
* emultempl/m68hc1xelf.em: Likewise.
* ld.texi: Correct grammar.
Diffstat (limited to 'gas/ChangeLog-2020')
-rw-r--r-- | gas/ChangeLog-2020 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/ChangeLog-2020 b/gas/ChangeLog-2020 index 8cdf93b..369cfee 100644 --- a/gas/ChangeLog-2020 +++ b/gas/ChangeLog-2020 @@ -3436,7 +3436,7 @@ gas/ChangeLog: prefix into i.rex for SSE2AVX templates. (set_rex_vrex): New helper. (build_modrm_byte): Use it. - * testsuite/gas/i386/x86-64-sse2avx.s: Add cases with explict + * testsuite/gas/i386/x86-64-sse2avx.s: Add cases with explicit REX prefixes. * testsuite/gas/i386/x86-64-sse2avx.d: Adjust expectations. @@ -3462,7 +3462,7 @@ gas/ChangeLog: * config/tc-riscv.c (explicit_priv_attr): Rename explicit_csr to explicit_priv_attr. It used to indicate CSR or priv instructions are - explictly used. + explicitly used. (riscv_is_priv_insn): Return True if it is a privileged instruction. (riscv_ip): Call riscv_is_priv_insn to check whether the instruction is privileged or not. If it is, then set explicit_priv_attr to TRUE. @@ -3665,7 +3665,7 @@ gas/ChangeLog: 2020-06-05 Nelson Chu <nelson.chu@sifive.com> * config/tc-riscv.c (explicit_csr): New static boolean. - Used to indicate CSR are explictly used. + Used to indicate CSR are explicitly used. (riscv_ip): Set explicit_csr to TRUE if any CSR is used. (riscv_write_out_attrs): If we already have set elf priv attributes, then generate them. Otherwise, don't generate @@ -4324,7 +4324,7 @@ gas/ChangeLog: (md_parse_option): Change -mlfence-before-ret=[none|not|or] to -mlfence-before-ret=[none/not/or/shl/yes]. Enable -mlfence-before-ret=shl when - -mlfence-beofre-indirect-branch=all and no explict -mlfence-before-ret option. + -mlfence-beofre-indirect-branch=all and no explicit -mlfence-before-ret option. (md_show_usage): Ditto. * doc/c-i386.texi: Ditto. * testsuite/gas/i386/i386.exp: Add new testcases. |