Subject: CVS commit: src/gnu/dist/gcc4/gcc/config/vax
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/20/2007 16:30:32
Module Name:	src
Committed By:	matt
Date:		Fri Apr 20 16:30:32 UTC 2007

Modified Files:
	src/gnu/dist/gcc4/gcc/config/vax: vax-protos.h vax.c vax.md

Log Message:
Fix LP64 issue with invalid register names.  When printing a register name,
look in reg_renumber if the register >= FIRST_PSEUDO_REGISTER.
Add code to not use movc3 for small fixed (<= 48 byte) moves.  Instead
expand them to the proper series of mov[qlwb] instructions.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/config/vax/vax-protos.h
cvs rdiff -r1.14 -r1.15 src/gnu/dist/gcc4/gcc/config/vax/vax.c
cvs rdiff -r1.11 -r1.12 src/gnu/dist/gcc4/gcc/config/vax/vax.md

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