Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/02/2001 20:57:05
Module Name:	gnusrc
Committed By:	tv
Date:		Fri Feb  2 18:57:05 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/gas/config: tc-m68k.c

Log Message:
Merge from gnu/dist, rewrite:
On systems with signed "char", truncating (int)128 to (char) will result
in the value -128 (and so forth, through -1).  Instead, use the real values
0..255 correctly.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/toolchain/gas/config/tc-m68k.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.