Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/gcc4/gcc/config/vax



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.




Home | Main Index | Thread Index | Old Index