* config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Nov 2000 09:28:04 +0000 (09:28 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 17 Nov 2000 09:28:04 +0000 (09:28 +0000)
gas/ChangeLog
gas/config/tc-i386.c

index 5929028..18be139 100644 (file)
@@ -1,5 +1,9 @@
 2000-11-17  Richard Henderson  <rth@redhat.com>
 
+       * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
+
+2000-11-17  Richard Henderson  <rth@redhat.com>
+
        * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
        (main): Call dwarf2_finish.
        * as.h (debug_type): Clarify documentation of the meaning
index 363e471..fe5ccf8 100644 (file)
@@ -2613,6 +2613,8 @@ md_assemble (line)
          }
       }
 
+    dwarf2_emit_insn (insn_size);
+
 #ifdef DEBUG386
     if (flag_debug)
       {