diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-s390.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4ca7841..39a3169 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number + information for instructions. + 2002-05-02 Kazu Hirata <kazu@cs.umass.edu> * as.h: Fix formatting. diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c index ef631ad..4e09ab5 100644 --- a/gas/config/tc-s390.c +++ b/gas/config/tc-s390.c @@ -1227,6 +1227,7 @@ md_gather_operands (str, insn, opcode) /* Write out the instruction. */ f = frag_more (opcode->oplen); memcpy (f, insn, opcode->oplen); + dwarf2_emit_insn (opcode->oplen); /* Create any fixups. At this point we do not use a bfd_reloc_code_real_type, but instead just use the |