From b8e904dce562539ab1222785ff6e637cebbaa835 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 21 Nov 2000 21:37:44 +0000 Subject: [PATCH] * config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New. --- gas/ChangeLog | 1 + gas/config/tc-sparc.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index e05c824..7b6b623 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index 91fda22..6e9df14 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -196,4 +196,6 @@ extern void cons_fix_new_sparc } \ while(0) +#define DWARF2_LINE_MIN_INSN_LENGTH 4 + /* end of tc-sparc.h */ -- 2.7.4