* interp.c (Max, Min): Comment out functions. Not yet used.

* vr4320.igen (DCLZ): Pacify GCC, 64 bit arg, int format.
This commit is contained in:
Andrew Cagney 1998-03-24 23:16:57 +00:00
parent 9fa5e700c0
commit 612a649eee
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
Wed Mar 25 10:05:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
* interp.c (Max, Min): Comment out functions. Not yet used.
start-sanitize-vr4320
Wed Mar 25 10:04:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
* vr4320.igen (DCLZ): Pacify GCC, 64 bit arg, int format.
end-sanitize-vr4320
Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
Tue Mar 17 19:05:20 1998 Frank Ch. Eigler <fche@cygnus.com>
* Makefile.in (MIPS_EXTRA_LIBS, SIM_EXTRA_LIBS): Added

View File

@ -96,7 +96,7 @@
t <<= 1;
}
printf("lo %d\n", c);
printf("lo %d\n", (int) c);
GPR[RD] = c;
}