* config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.

This commit is contained in:
Jakub Jelinek 2000-11-21 21:37:44 +00:00
parent a0fc8ba1d8
commit b8e904dce5
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* config/tc-sparc.c (md_pseudo_table): Add .file and .loc.
(output_insn): Call dwarf2_emit_insn.
* config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2000-11-17 Richard Henderson <rth@redhat.com>

View File

@ -196,4 +196,6 @@ extern void cons_fix_new_sparc
} \
while(0)
#define DWARF2_LINE_MIN_INSN_LENGTH 4
/* end of tc-sparc.h */