set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instruction

is fixed to 16bits.
This commit is contained in:
msaitoh 2000-03-27 18:40:41 +00:00
parent 07fd899a7f
commit 60ad3dbe9a

View File

@ -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