From f55629b89c0e0cbd97068d1680483fce4477bf46 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Fri, 2 Apr 2004 01:39:31 +0000 Subject: [gas] 2004-04-01 Asgari Jinia Dhananjay Deshpande * 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 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas option. * gas/sh/basic.exp: Run the new test. --- gas/doc/c-sh.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/doc') 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 -- cgit v1.1