From: Vladimir Makarov Date: Mon, 22 Mar 1999 08:03:21 +0000 (+0000) Subject: More full description of changes for config/h8300/h8300.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3c29f99efaa2162cc444dc66c8c488f31dfa88d;p=gcc.git More full description of changes for config/h8300/h8300.c. From-SVN: r25896 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 318f8a78d9f..70fbc03ef46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,8 +4,9 @@ Mon Mar 22 10:44:33 1999 Vladimir Makarov (modhi3+1, andsi3+1, iorsi3+1, extzv+1, extzv+2): Change insn default value of attribute "adjust_length" onto "no". - * config/h8300/h8300.c (h8300_adjust_insn_length): Use 0 if the - shift is negative. + * config/h8300/h8300.c (h8300_adjust_insn_length): Adust + length only if the attribute "adjust_length" value is "yes". + Use 0 if the shift is negative. * final.c (shorten_branches): Check insn length after its adjusting.