* config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
This commit is contained in:
parent
a0fc8ba1d8
commit
b8e904dce5
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -196,4 +196,6 @@ extern void cons_fix_new_sparc
|
|||
} \
|
||||
while(0)
|
||||
|
||||
#define DWARF2_LINE_MIN_INSN_LENGTH 4
|
||||
|
||||
/* end of tc-sparc.h */
|
||||
|
|
Loading…
Reference in a new issue