diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-04-02 01:39:31 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-04-02 01:39:31 +0000 |
commit | 5588bae6aad63d6e7d74491f154df275d44b92dd (patch) | |
tree | 83f45bea48b7508a4dea0acaf62b124ae6ac9263 /gas/doc/c-sh.texi | |
parent | b42a17d76f1e995f1f51003647e82d4a716ddbaa (diff) | |
download | binutils-redhat-5588bae6aad63d6e7d74491f154df275d44b92dd.tar.gz |
[gas]
2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
Dhananjay Deshpande <dhananjayd@kpitcummins.com>
* config/tc-sh.c (dont_adjust_reloc_32): New variable.
(sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
dont_adjust_reloc_32 is set.
(md_longopts): Add option -renesas.
(md_parse_option, md_show_usage): Likewise.
* doc/c-sh.texi: Likewise.
[gas/testsuite]
2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
* gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
option.
* gas/sh/basic.exp: Run the new test.
Diffstat (limited to 'gas/doc/c-sh.texi')
-rw-r--r-- | gas/doc/c-sh.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi index 509106fbb9..b08f325ee0 100644 --- a/gas/doc/c-sh.texi +++ b/gas/doc/c-sh.texi @@ -29,6 +29,7 @@ @kindex -relax @kindex -small @kindex -dsp +@kindex -renesas @item -little Generate little endian code. @@ -45,6 +46,10 @@ Align sections to 4 byte boundaries, not 16. @item -dsp Enable sh-dsp insns, and disable sh3e / sh4 insns. +@item -renesas +Disable optimization with section symbol for compatibility with +Renesas assembler. + @item -isa=sh4 | sh4a Specify the sh4 or sh4a instruction set. @item -isa=dsp |