diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-05-03 18:25:08 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-05-03 18:25:08 +0000 |
commit | 8f5b2891d8f017acb67b8f04dcf38e08a9d1c326 (patch) | |
tree | 26ea2a7a373bbb7fc2b41840541a7f1740499861 /gas/config/tc-s390.c | |
parent | 6d095fe412b231700f3024e5dc19e891425ba767 (diff) | |
download | gdb-8f5b2891d8f017acb67b8f04dcf38e08a9d1c326.zip gdb-8f5b2891d8f017acb67b8f04dcf38e08a9d1c326.tar.gz gdb-8f5b2891d8f017acb67b8f04dcf38e08a9d1c326.tar.bz2 |
* config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
information for instructions.
Diffstat (limited to 'gas/config/tc-s390.c')
-rw-r--r-- | gas/config/tc-s390.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |