diff options
Diffstat (limited to 'gas/dwarf2dbg.h')
-rw-r--r-- | gas/dwarf2dbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index fdeac47..05c7bee 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -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); @@ -86,7 +86,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; |