Apply rev. 1.2 of gnu/dist/gcc/config/sh/sh.h:

set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instruction
is fixed to 16bits.
This commit is contained in:
thorpej 2001-12-16 18:50:16 +00:00
parent c8a285e813
commit d63c80c2c6
1 changed files with 2 additions and 0 deletions

View File

@ -2214,3 +2214,5 @@ do { \
#define SH_DYNAMIC_SHIFT_COST \
(TARGET_HARD_SH4 ? 1 : TARGET_SH3 ? (TARGET_SMALLCODE ? 1 : 2) : 20)
#define DWARF_LINE_MIN_INSTR_LENGTH 2