This is the mail archive of the
frysk-cvs@sources.redhat.com
mailing list for the frysk project.
frysk-core/frysk/value ArithmeticType.java Cha ...
- From: cagney at sourceware dot org
- To: frysk-cvs at sourceware dot org
- Date: 14 Aug 2007 19:18:50 -0000
- Subject: frysk-core/frysk/value ArithmeticType.java Cha ...
- Reply-to: frysk at sourceware dot org
CVSROOT: /cvs/frysk
Module name: frysk-core
Changes by: cagney@sourceware.org 2007-08-14 19:18:50
Modified files:
frysk/value : ArithmeticType.java ChangeLog Format.java
Type.java
Log message:
Index: frysk-core/frysk/value/ChangeLog
2007-08-14 Andrew Cagney <cagney@redhat.com>
* ArithmeticType.java (toString(Value,ByteBuffer)): Delete.
(toPrint(PrintWriter,Location,ByteBuffer,Format)): New.
(toPrint(PrintWriter)): New.
* Type.java (toPrint(PrintWriter)): Throw a RuntimeException.
(toPrint(PrintWriter, Location, ByteBuffer, Format): Ditto.
(toString(Value,ByteBuffer)): Implement using toPrint.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Format.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Type.java.diff?cvsroot=frysk&r1=1.14&r2=1.15