]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Correct and improve the "-mabi" documentation
authorPalmer Dabbelt <palmer@dabbelt.com>
Fri, 27 Oct 2017 15:22:43 +0000 (15:22 +0000)
committerPalmer Dabbelt <palmer@gcc.gnu.org>
Fri, 27 Oct 2017 15:22:43 +0000 (15:22 +0000)
commitf44d7b243a43db45cedc52ea3bd3f385b8f06f0d
tree974113926eccd512fe676cd667fb43e905e99250
parent4c249d97372f1d5f4da9f6f65e4b5be9dad8e3c7
RISC-V: Correct and improve the "-mabi" documentation

The documentation for the "-mabi" argument on RISC-V was incorrect.  We
chose to treat this as a documentation bug rather than a code bug, and
to make the documentation match what GCC currently does.  In the
process, I also improved the documentation a bit.

Thanks to Alex Bradbury for finding the bug!

PR target/82717: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82717

gcc/ChangeLog

2017-10-27  Palmer Dabbelt  <palmer@dabbelt.com>

        PR target/82717
        * doc/invoke.texi (RISC-V) <-mabi>: Correct and improve.

From-SVN: r254153
gcc/ChangeLog
gcc/doc/invoke.texi