This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] RISC-V: Sanitize RISC-V GAS help text, documentation


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]