bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remove other call to listing_prev_line from tc-arm.c


From: Nick Clifton
Subject: Remove other call to listing_prev_line from tc-arm.c
Date: 14 May 2002 21:39:59 +0100

Hi Guys,

  There was another, unnecessary call to listing_prev_line in
  tc-arm.c.  The following patch removes it.

Cheers
        Nick

2002-05-14  Nick Clifton  <address@hidden>

        * config/tc-arm.c (arm_cleanup): Remove redundant call to
        listing_prev_line().

Index: gas/config/tc-arm.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-arm.c,v
retrieving revision 1.120
diff -c -3 -p -w -r1.120 tc-arm.c
*** gas/config/tc-arm.c 13 May 2002 11:33:07 -0000      1.120
--- gas/config/tc-arm.c 14 May 2002 20:38:47 -0000
*************** arm_cleanup ()
*** 11215,11221 ****
    /* Put it at the end of text section.  */
    subseg_set (text_section, 0);
    s_ltorg (0);
-   listing_prev_line ();
  }
  
  void
--- 11215,11220 ----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]