From: Dave A. <ai...@us...> - 2002-10-09 08:52:07
|
Update of /cvsroot/linux-vax/tools/src/gcc/config/vax In directory usw-pr-cvs1:/tmp/cvs-serv24033 Modified Files: Tag: tools-linuxvax-dynamic-dev vax.md Log Message: Another minor patch for warning removal Index: vax.md =================================================================== RCS file: /cvsroot/linux-vax/tools/src/gcc/config/vax/vax.md,v retrieving revision 2.12.2.1 retrieving revision 2.12.2.2 diff -u -r2.12.2.1 -r2.12.2.2 --- vax.md 9 Oct 2002 08:37:25 -0000 2.12.2.1 +++ vax.md 9 Oct 2002 08:52:03 -0000 2.12.2.2 @@ -696,7 +696,7 @@ "* { rtx low[3]; - char *pattern; + const char *pattern; int carry = 1; split_quadword_operands (operands, low, 3); @@ -787,7 +787,7 @@ "* { rtx low[3]; - char *pattern; + const char *pattern; int carry = 1; split_quadword_operands (operands, low, 3); |