* config/tc-sh.c (md_show_usage): Add description of -dsp.
This commit is contained in:
parent
83fd9405ce
commit
182e89d3f6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Mar 16 20:58:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||||
|
|
||||||
|
* config/tc-sh.c (md_show_usage): Add description of -dsp.
|
||||||
|
|
||||||
2000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
|
2000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
|
||||||
|
|
||||||
* config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
|
* config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
|
||||||
|
|
|
@ -1845,7 +1845,8 @@ md_show_usage (stream)
|
||||||
SH options:\n\
|
SH options:\n\
|
||||||
-little generate little endian code\n\
|
-little generate little endian code\n\
|
||||||
-relax alter jump instructions for long displacements\n\
|
-relax alter jump instructions for long displacements\n\
|
||||||
-small align sections to 4 byte boundaries, not 16\n"));
|
-small align sections to 4 byte boundaries, not 16\n
|
||||||
|
-dsp enable sh-dsp insns, and disable sh3e / sh4 insns.\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue