From c0bd0db285141936a0a069bbc40ff2bf7e70e4ef Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 14 Aug 2000 17:49:55 +0000 Subject: [PATCH] * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. --- gas/ChangeLog | 4 ++++ gas/config/tc-mn10300.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 1fba9e30de..03a93ce964 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 14 11:49:12 2000 Jeffrey A Law (law@cygnus.com) + + * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. + 2000-08-14 Andreas Schwab * doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo. diff --git a/gas/config/tc-mn10300.h b/gas/config/tc-mn10300.h index 011259f469..f9c8826eb4 100644 --- a/gas/config/tc-mn10300.h +++ b/gas/config/tc-mn10300.h @@ -51,3 +51,5 @@ extern const struct relax_type md_relax_table[]; #define md_end() mn10300_finalize () void mn10300_finalize PARAMS ((void)); + +#define DWARF2_LINE_MIN_INSN_LENGTH 1 -- 2.34.1