diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2000-03-16 20:59:08 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2000-03-16 20:59:08 +0000 |
commit | 182e89d3f650eaa1c0b247f6556363196cd56aa5 (patch) | |
tree | 3f49a326097026cf0182262c1e48f27c0697d3e1 /gas/config | |
parent | 83fd9405ce4486761836b254a8d06f1cc0731d1b (diff) | |
download | gdb-182e89d3f650eaa1c0b247f6556363196cd56aa5.zip gdb-182e89d3f650eaa1c0b247f6556363196cd56aa5.tar.gz gdb-182e89d3f650eaa1c0b247f6556363196cd56aa5.tar.bz2 |
* config/tc-sh.c (md_show_usage): Add description of -dsp.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-sh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 7d9fb68..73875a7 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1845,7 +1845,8 @@ md_show_usage (stream) SH options:\n\ -little generate little endian code\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 |