diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2001-07-18 10:25:58 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2001-07-18 10:25:58 +0000 |
commit | f27a38390b050e2b546c5265806979bd5203c95c (patch) | |
tree | 986ad8dc9356b0b9d05dd73b015b4d41e4064fe0 /gas/config/tc-m68k.h | |
parent | bf1bef8f1c96f5d6cde8ae6f3f0ef4ff93a800a1 (diff) | |
download | gdb-f27a38390b050e2b546c5265806979bd5203c95c.zip gdb-f27a38390b050e2b546c5265806979bd5203c95c.tar.gz gdb-f27a38390b050e2b546c5265806979bd5203c95c.tar.bz2 |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index 1631e53..56879d2 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 |