set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instruction
is fixed to 16bits.
This commit is contained in:
parent
07fd899a7f
commit
60ad3dbe9a
2
gnu/dist/gcc/config/sh/sh.h
vendored
2
gnu/dist/gcc/config/sh/sh.h
vendored
@ -1957,3 +1957,5 @@ do { \
|
||||
#define HAVE_ATEXIT
|
||||
|
||||
#define SH_DYNAMIC_SHIFT_COST (TARGET_SH3 ? (TARGET_SMALLCODE ? 1 : 2) : 20)
|
||||
|
||||
#define DWARF_LINE_MIN_INSTR_LENGTH 2
|
||||
|
Loading…
Reference in New Issue
Block a user