From 338d56a848007d806190e53c8ea53764060a7abb Mon Sep 17 00:00:00 2001 From: Stephen Casner Date: Wed, 3 Jun 2020 13:42:54 -0700 Subject: [PATCH] * gas/doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe. --- gas/ChangeLog | 4 ++++ gas/doc/c-riscv.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index c463de16eab..210017b491d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-06-03 Stephen Casner + + * doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe. + 2020-06-02 Frédéric Pétrot Jim Wilson diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 57ba9fa3b0c..8937bc8d2e1 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -42,7 +42,7 @@ Don't generate position-independent code (default) @cindex @samp{-march=ISA} option, RISC-V @item -march=ISA Select the base isa, as specified by ISA. For example -march=rv32ima. -If this option and the architecture attributes aren’t set, then assembler +If this option and the architecture attributes aren't set, then assembler will check the default configure setting --with-arch=ISA. @cindex @samp{-misa-spec=ISAspec} option, RISC-V -- 2.39.2