From 8f5b2891d8f017acb67b8f04dcf38e08a9d1c326 Mon Sep 17 00:00:00 2001
From: Alexandre Oliva <aoliva@redhat.com>
Date: Fri, 3 May 2002 18:25:08 +0000
Subject: * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
 information for instructions.

---
 gas/config/tc-s390.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gas/config')

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
-- 
cgit v1.1