Patch reviewed and approved by nickc@redhat.com.

2004-02-25  Fred Fish  <fnf@redhat.com>
	* config/tc-iq2000.c: Add missing \n\ in multiline string literal.
This commit is contained in:
Fred Fish 2004-02-26 14:12:26 +00:00
parent ac33696c68
commit 9538538087
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-02-25 Fred Fish <fnf@redhat.com>
* config/tc-iq2000.c: Add missing \n\ in multiline string literal.
2004-02-20 James E Wilson <wilson@specifixinc.com>
* config/tc-ia64.c (slot_index): New arg before_relax. Use instead of

View File

@ -1,5 +1,5 @@
/* tc-iq2000.c -- Assembler for the Sitera IQ2000.
Copyright (C) 2003 Free Software Foundation.
Copyright (C) 2003, 2004 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -357,7 +357,7 @@ static const char * li_expn = "\n\
ori \\rt,%0,\\imm\n\
.elseif (\\imm & 0xffff0000 == 0xffff0000)\n\
addi \\rt,%0,\\imm\n\
.elseif (\\imm & 0x0000ffff == 0)
.elseif (\\imm & 0x0000ffff == 0)\n\
lui \\rt,%uhi(\\imm)\n\
.else\n\
lui \\rt,%uhi(\\imm)\n\