Remove redundant call to listing_prev_line
authorNick Clifton <nickc@redhat.com>
Tue, 14 May 2002 20:40:30 +0000 (20:40 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 May 2002 20:40:30 +0000 (20:40 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 85d669bda4d1c965208b5c59951d2e9c2ee34b01..3aa0b9caec65c71599cd12a699d3f190bbb0cf1a 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (arm_cleanup): Remove redundant call to
+       listing_prev_line().
+
 2002-05-13  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/tc-arm.c (md_assemble): Remove redundant call to
index acce0edd30020cba9df34eb3a651b73c41c8b4dc..a14e91e852afd30e7176722cffd1f16fc75f9a30 100644 (file)
@@ -11215,7 +11215,6 @@ arm_cleanup ()
   /* Put it at the end of text section.  */
   subseg_set (text_section, 0);
   s_ltorg (0);
-  listing_prev_line ();
 }
 
 void
This page took 0.029857 seconds and 4 git commands to generate.