Add software single step support to moxie port
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index fdeac47f01a6717496de8d0d4ee8515ba9876290..84ef8f6d52c8cebc7a46b6fbe204cb2338d816bf 100644 (file)
@@ -60,7 +60,7 @@ extern void dwarf2_directive_loc_mark_labels (int dummy);
    returned.  */
 extern void dwarf2_where (struct dwarf2_line_info *l);
 
-/* A hook to allow the target backend to inform the line number state 
+/* A hook to allow the target backend to inform the line number state
    machine of isa changes when assembler debug info is enabled.  */
 extern void dwarf2_set_isa (unsigned int isa);
 
@@ -74,6 +74,8 @@ extern void dwarf2_gen_line_info (addressT addr, struct dwarf2_line_info *l);
 /* Must be called for each generated instruction.  */
 extern void dwarf2_emit_insn (int);
 
+void dwarf2_move_insn (int);
+
 /* Reset the state of the line number information to reflect that
    it has been used.  */
 extern void dwarf2_consume_line_info (void);
@@ -86,7 +88,7 @@ extern void dwarf2_emit_label (symbolS *);
 extern bfd_boolean dwarf2_loc_directive_seen;
 
 /* True when we're supposed to set the basic block mark whenever a label
-   is seen.  Unless the target is doing Something Weird, just call 
+   is seen.  Unless the target is doing Something Weird, just call
    dwarf2_emit_label.  */
 extern bfd_boolean dwarf2_loc_mark_labels;
 
This page took 0.024127 seconds and 4 git commands to generate.