Remove redundant call to listing_prev().
authorNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 11:33:07 +0000 (11:33 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 May 2002 11:33:07 +0000 (11:33 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 7e20cf2..85d669b 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-13  Nick Clifton  <nickc@cambridge.redhat.com>
 
+       * config/tc-arm.c (md_assemble): Remove redundant call to
+       listing_prev().
+
        * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
        loc_directive_seen.
 
index f629ff4..acce0ed 100644 (file)
@@ -10399,7 +10399,6 @@ md_assemble (str)
 #if 0
   arm_align (2, 0);
 #endif
-  listing_prev_line (); /* Defined in listing.h.  */
 
   /* Align the previous label if needed.  */
   if (last_label_seen != NULL)