* dwarf2dbg.c (dwarf2_where): Set line->isa.
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index 34c923fb8015ac9352ab03657ebf2c7844667b6d..6e80021927db083c886ff9bd7a2445eb10f5976b 100644 (file)
@@ -55,6 +55,10 @@ extern void dwarf2_directive_loc (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 
+   machine of isa changes when assembler debug info is enabled.  */
+extern void dwarf2_set_isa (unsigned int isa);
+
 /* This function generates .debug_line info based on the address and
    source information passed in the arguments.  ADDR should be the
    frag-relative offset of the instruction the information is for and
This page took 0.024029 seconds and 4 git commands to generate.