diff options
author | Alan Modra <amodra@gmail.com> | 2009-09-08 10:36:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-09-08 10:36:39 +0000 |
commit | d4f4f3fb2b6ee551c8a1255e1d3af7fcf8160487 (patch) | |
tree | 90e1be6c8a9c98aab2d4c61bf25d71f604ad6a38 /gas/config/tc-mn10200.c | |
parent | 6e5e57c9e6372203fa99de754568a1a50cf28f76 (diff) | |
download | gdb-d4f4f3fb2b6ee551c8a1255e1d3af7fcf8160487.zip gdb-d4f4f3fb2b6ee551c8a1255e1d3af7fcf8160487.tar.gz gdb-d4f4f3fb2b6ee551c8a1255e1d3af7fcf8160487.tar.bz2 |
* read.c (emit_expr_fix): Handle size 3.
* config/tc-avr.c (md_assemble): Call dwarf2_emit_insn.
* config/tc-d30v.c (write_long, write_1_short,
write_2_short, md_assemble): Likewise.
* config/tc-dlx.c (md_assemble): Likewise.
* config/tc-i860.c (md_assemble): Likewise.
* config/tc-mn10200.c (md_assemble): Likewise.
* config/tc-pj.c (md_assemble): Likewise.
* config/tc-vax.c (md_assemble): Likewise.
Diffstat (limited to 'gas/config/tc-mn10200.c')
-rw-r--r-- | gas/config/tc-mn10200.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-mn10200.c b/gas/config/tc-mn10200.c index fa78d53..4f7cccb 100644 --- a/gas/config/tc-mn10200.c +++ b/gas/config/tc-mn10200.c @@ -1,6 +1,6 @@ /* tc-mn10200.c -- Assembler code for the Matsushita 10200 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -1156,6 +1156,7 @@ keep_going: abort (); /* Write out the instruction. */ + dwarf2_emit_insn (0); if (relaxable && fc > 0) { /* On a 64-bit host the size of an 'int' is not the same |