diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:47:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:47:32 +0000 |
commit | 2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3 (patch) | |
tree | c455f7eecb27e0476fb848acb19f2ac7f8beecbc /gas/config/tc-h8300.h | |
parent | 8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7 (diff) | |
download | gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.zip gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.gz gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.bz2 |
Add support for dwarf2 debug information.
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index e09e506..520ebaf 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -58,6 +58,9 @@ extern void tc_reloc_mangle visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 +/* Minimum instruction is of 16 bits. */ +#define DWARF2_LINE_MIN_INSN_LENGTH 2 + #ifdef OBJ_ELF /* Provide mappings from the original H8 COFF relocation names to their corresponding BFD relocation names. This allows us to use |