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:
parent
c8a285e813
commit
d63c80c2c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue