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