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 7e20cf27c71df6d065a8ecb9441569a6c998bb3b..85d669bda4d1c965208b5c59951d2e9c2ee34b01 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 f629ff43585b29a8c3284bc0f75e9ef7ff0d9088..acce0edd30020cba9df34eb3a651b73c41c8b4dc 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)
This page took 0.029875 seconds and 4 git commands to generate.