From: ian Date: Mon, 27 Mar 2000 16:17:07 +0000 (+0000) Subject: * config/tc-sh.c (md_show_usage): Use backslash before newline in X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5138f1eac6788779cf50fefb59772885373af848;p=pf3gnuchains%2Fsourceware.git * config/tc-sh.c (md_show_usage): Use backslash before newline in string literal. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ff9050c4e..d649c3b304 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-03-27 Ian Lance Taylor + + * config/tc-sh.c (md_show_usage): Use backslash before newline in + string literal. + 2000-03-27 Alan Modra * config/tc-avr.h (TC_HANDLES_FX_DONE): Define. diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index b8b452c274..4003f5bda2 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")); }