Browse Source

Remove redundant call to listing_prev().

binutils-2_13-branch
Nick Clifton 25 years ago
parent
commit
f5b4e9e449
  1. 3
      gas/ChangeLog
  2. 1
      gas/config/tc-arm.c

3
gas/ChangeLog

@ -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.

1
gas/config/tc-arm.c

@ -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)

Loading…
Cancel
Save