* config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
authorJakub Jelinek <jakub@redhat.com>
Tue, 21 Nov 2000 21:37:44 +0000 (21:37 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 21 Nov 2000 21:37:44 +0000 (21:37 +0000)
gas/ChangeLog
gas/config/tc-sparc.h

index e05c824..7b6b623 100644 (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>
 
index 91fda22..6e9df14 100644 (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 */