diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-03-21 08:36:44 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-03-22 15:46:52 -0700 |
commit | 19683c0408d66d9e48085fd5af009ad7d83aa3cd (patch) | |
tree | 57e0fa0e0e11261377c57394da397bef6b7f0356 /gas/ChangeLog | |
parent | 24e5b4e682a92788ffa676e963b7f1dec2101333 (diff) | |
download | gdb-19683c0408d66d9e48085fd5af009ad7d83aa3cd.zip gdb-19683c0408d66d9e48085fd5af009ad7d83aa3cd.tar.gz gdb-19683c0408d66d9e48085fd5af009ad7d83aa3cd.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 75f6adc..5fda819 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-22 Max Filippov <jcmvbkbc@gmail.com> * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the |