]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Apr 2004 10:35:23 +0000 (10:35 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 19 Apr 2004 10:35:23 +0000 (10:35 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index 1c2b6c9b28210582cba34d2a83eec0ec56dd32e5..973a887551565c6204ae38c843313a9dd7a1207e 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
+
 2004-04-19  Nathan Sidwell  <nathan@codesourcery.com>
 
        * read.c (do_align): Call md_flush_pending_output, if defined.
index 6f9198a23cee31f1d9ca63d9ec0524e748aefd23..5d5ccea5dac1a3d79e3e1a8aec833f2ed9d8a481 100644 (file)
@@ -3721,7 +3721,7 @@ xg_assemble_literal (insn)
   set_expr_symbol_offset (&saved_loc, frag_now->fr_symbol, frag_now_fix ());
 
   assert (insn->insn_type == ITYPE_LITERAL);
-  assert (insn->ntok = 1);     /* must be only one token here */
+  assert (insn->ntok == 1);    /* must be only one token here */
 
   xtensa_switch_to_literal_fragment (&state);