Remove redundant call to listing_prev_line
This commit is contained in:
parent
2fdde8f831
commit
7f367f0135
@ -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>
|
2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* config/tc-arm.c (md_assemble): Remove redundant call to
|
* config/tc-arm.c (md_assemble): Remove redundant call to
|
||||||
|
@ -11215,7 +11215,6 @@ arm_cleanup ()
|
|||||||
/* Put it at the end of text section. */
|
/* Put it at the end of text section. */
|
||||||
subseg_set (text_section, 0);
|
subseg_set (text_section, 0);
|
||||||
s_ltorg (0);
|
s_ltorg (0);
|
||||||
listing_prev_line ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user