From 6b073ae6730df586f8ee349d83b8ed0c96be63f8 Mon Sep 17 00:00:00 2001 From: palmer Date: Fri, 27 Oct 2017 15:22:43 +0000 Subject: 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 PR target/82717 * doc/invoke.texi (RISC-V) <-mabi>: Correct and improve. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254153 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf87fafca14..68d5943e90b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-10-27 Palmer Dabbelt + + PR target/82717 + * doc/invoke.texi (RISC-V) <-mabi>: Correct and improve. + 2017-10-27 Jan Hubicka * config/i386/x86-tune.def (X86_TUNE_PARTIAL_REG_DEPENDENCY, -- cgit v1.2.1