mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
information for instructions.
This commit is contained in:
parent
6d095fe412
commit
8f5b2891d8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user