From 19683c0408d66d9e48085fd5af009ad7d83aa3cd Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 21 Mar 2017 08:36:44 -0700 Subject: Sanitize RISC-V GAS help text, documentation It looks like I missed the GAS help text when going through all the documentation last time, so it printed some of the old-format (never upstream) arguments. I fixed this, and when I went to check doc/ I noticed it was missing the '-fpic'/'-fno-pic' options. --- gas/config/tc-riscv.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'gas/config') diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c index ff6d737..68b28f7 100644 --- a/gas/config/tc-riscv.c +++ b/gas/config/tc-riscv.c @@ -2475,15 +2475,10 @@ md_show_usage (FILE *stream) { fprintf (stream, _("\ RISC-V options:\n\ - -m32 assemble RV32 code\n\ - -m64 assemble RV64 code (default)\n\ -fpic generate position-independent code\n\ -fno-pic don't generate position-independent code (default)\n\ - -msoft-float don't use F registers for floating-point values\n\ - -mhard-float use F registers for floating-point values (default)\n\ - -mno-rvc disable the C extension for compressed instructions (default)\n\ - -mrvc enable the C extension for compressed instructions\n\ - -march=ISA set the RISC-V architecture, RV64IMAFD by default\n\ + -march=ISA set the RISC-V architecture\n\ + -mabi=ABI set the RISC-V ABI\n\ ")); } -- cgit v1.1