diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-27 16:17:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-27 16:17:08 +0000 |
commit | 5b8274e3f3ed63473e33909b214d1c275298755b (patch) | |
tree | 4a962e37927eb27f07bafcc79754e61d43f3b5c2 /gas/config | |
parent | 138f88c0babc3734f7d82e2078f0909918cc4180 (diff) | |
download | gdb-5b8274e3f3ed63473e33909b214d1c275298755b.zip gdb-5b8274e3f3ed63473e33909b214d1c275298755b.tar.gz gdb-5b8274e3f3ed63473e33909b214d1c275298755b.tar.bz2 |
* config/tc-sh.c (md_show_usage): Use backslash before newline in
string literal.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index b8b452c..4003f5b 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1,5 +1,5 @@ /* tc-sh.c -- Assemble code for the Hitachi Super-H - Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation. + Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation. This file is part of GAS, the GNU Assembler. @@ -1851,7 +1851,7 @@ 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")); } |