Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/sh set DWARF_LINE_MIN_INSTR_LENGTH to 2 ...



details:   https://anonhg.NetBSD.org/src/rev/71dac32cd9ac
branches:  trunk
changeset: 484199:71dac32cd9ac
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Mar 27 18:40:41 2000 +0000

description:
set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instruction
is fixed to 16bits.

diffstat:

 gnu/dist/gcc/config/sh/sh.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 996c75089b93 -r 71dac32cd9ac gnu/dist/gcc/config/sh/sh.h
--- a/gnu/dist/gcc/config/sh/sh.h       Mon Mar 27 17:40:26 2000 +0000
+++ b/gnu/dist/gcc/config/sh/sh.h       Mon Mar 27 18:40:41 2000 +0000
@@ -1957,3 +1957,5 @@
 #define HAVE_ATEXIT
 
 #define SH_DYNAMIC_SHIFT_COST (TARGET_SH3 ? (TARGET_SMALLCODE ? 1 : 2) : 20)
+
+#define DWARF_LINE_MIN_INSTR_LENGTH 2



Home | Main Index | Thread Index | Old Index