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 | f55629b89c0e0cbd97068d1680483fce4477bf46 (patch) | |
tree | e89eea1f03cbcedff200bd96133aaeac17878c99 /gas/doc | |
parent | afb7d967cbd4c9e14792e1569964092b9d1fcf44 (diff) | |
download | binutils-f55629b89c0e0cbd97068d1680483fce4477bf46.zip binutils-f55629b89c0e0cbd97068d1680483fce4477bf46.tar.gz binutils-f55629b89c0e0cbd97068d1680483fce4477bf46.tar.bz2 |
[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')
-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 509106f..b08f325 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 |