[comitted patch] Fix a typo in the h8300 port.

Kazu Hirata kazu@hxi.com
Wed Jul 4 15:04:00 GMT 2001


Hi,

I comitted the attached obvious patch to both the branch and the
mainline.

Kazu Hirata

2001-07-04  Kazu Hirata  <kazu@hxi.com>

	* config/h8300/h8300.c (get_shift_alg): Remove an extra operand
	from shll.

Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.53.2.2
diff -u -r1.53.2.2 h8300.c
--- h8300.c	2001/05/12 20:32:43	1.53.2.2
+++ h8300.c	2001/07/04 21:54:24
@@ -2238,7 +2238,7 @@
 	{
 	  if (count == 15 && shift_type == SHIFT_ASHIFTRT)
 	    {
-	      info->special =
"shll\t%t0,%t0\n\tsubx\t%t0,%t0\n\tmov.b\t%t0,%s0";
+	      info->special =
"shll\t%t0\n\tsubx\t%t0,%t0\n\tmov.b\t%t0,%s0";
 	      info->cc_valid_p = 0;
 	      return SHIFT_SPECIAL;
 	    }



More information about the Gcc-patches mailing list