public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Sanitize RISC-V GAS help text, documentation
@ 2017-03-30 19:46 Palmer Dabbelt
  2017-03-30 19:57 ` Palmer Dabbelt
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2017-03-30 19:46 UTC (permalink / raw)
  To: binutils; +Cc: Palmer Dabbelt

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/ChangeLog:

2017-03-21  Palmer Dabbbelt  <palmer@dabbelt.com>

        * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
        -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
        print an invalid default ISA string.
        * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
---
 gas/ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6f419f7..947f732 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2017-03-21  Palmer Dabbbelt  <palmer@dabbelt.com>
+
+	* config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
+	-msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
+	print an invalid default ISA string.
+	* doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
+
 2017-03-30  Palmer Dabbelt  <palmer@dabbelt.com>
 
 	* config/tc-riscv.c (riscv_clear_subsets): New function.
-- 
2.10.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] RISC-V: Sanitize RISC-V GAS help text, documentation
  2017-03-30 19:46 [PATCH] RISC-V: Sanitize RISC-V GAS help text, documentation Palmer Dabbelt
@ 2017-03-30 19:57 ` Palmer Dabbelt
  0 siblings, 0 replies; 2+ messages in thread
From: Palmer Dabbelt @ 2017-03-30 19:57 UTC (permalink / raw)
  To: binutils

On Thu, 30 Mar 2017 12:45:51 PDT (-0700), Palmer Dabbelt wrote:
> 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/ChangeLog:
>
> 2017-03-21  Palmer Dabbbelt  <palmer@dabbelt.com>
>
>         * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
>         -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
>         print an invalid default ISA string.
>         * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
> ---
>  gas/ChangeLog | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/gas/ChangeLog b/gas/ChangeLog
> index 6f419f7..947f732 100644
> --- a/gas/ChangeLog
> +++ b/gas/ChangeLog
> @@ -1,3 +1,10 @@
> +2017-03-21  Palmer Dabbbelt  <palmer@dabbelt.com>
> +
> +	* config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
> +	-msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
> +	print an invalid default ISA string.
> +	* doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
> +
>  2017-03-30  Palmer Dabbelt  <palmer@dabbelt.com>
>
>  	* config/tc-riscv.c (riscv_clear_subsets): New function.

Whoops, this was a git-merge-changelog mistake on my end.  This patch has
already been merged as 19683c0408d66d9e48085fd5af009ad7d83aa3cd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-30 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 19:46 [PATCH] RISC-V: Sanitize RISC-V GAS help text, documentation Palmer Dabbelt
2017-03-30 19:57 ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).