summaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2001-07-18 10:25:58 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2001-07-18 10:25:58 +0000
commitf27a38390b050e2b546c5265806979bd5203c95c (patch)
tree986ad8dc9356b0b9d05dd73b015b4d41e4064fe0 /gas/config/tc-m68k.h
parentbf1bef8f1c96f5d6cde8ae6f3f0ef4ff93a800a1 (diff)
* config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and
.loc. (md_assemble) [OBJ_ELF]: Call dwarf2_emit_insn before emitting insn. * config/tc-m68k.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
Diffstat (limited to 'gas/config/tc-m68k.h')
-rw-r--r--gas/config/tc-m68k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h
index 1631e537ec..56879d2b6a 100644
--- a/gas/config/tc-m68k.h
+++ b/gas/config/tc-m68k.h
@@ -233,3 +233,5 @@ extern struct relax_type md_relax_table[];
if (aim==0 && this_state== 4) { /* hard encoded from tc-m68k.c */ \
aim=this_type->rlx_forward+1; /* Force relaxation into word mode */ \
}
+
+#define DWARF2_LINE_MIN_INSN_LENGTH 2