Source-Changes archive

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

CVS commit: [netbsd-4] src/gnu/dist/gcc4/gcc



Module Name:    src
Committed By:   bouyer
Date:           Sun Nov 23 18:15:05 UTC 2008

Modified Files:
        src/gnu/dist/gcc4/gcc [netbsd-4]: version.c
        src/gnu/dist/gcc4/gcc/config/m68k [netbsd-4]: m68k.c m68k.md

Log Message:
Pull up following revision(s) (requested by phx in ticket #1237):
        gnu/dist/gcc4/gcc/config/m68k/m68k.md: revision 1.8
        gnu/dist/gcc4/gcc/version.c: patch
        gnu/dist/gcc4/gcc/config/m68k/m68k.c: revision 1.4
Applied a patch from Roman Zippel to fix jump table addressing in the M68k
codegen.
Taken from the gcc mailing list January 2007:
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02476.html
2007-01-30  Roman Zippel <zippel%linux-m68k.org@localhost>
        * config/m68k/m68k.c (output_move_himode)
        config/m68k/m68k.md: remove jump table recognition
        * config/m68k/m68k.c (ASM_OUTPUT_CASE_FETCH): use simple pc
        relative addressing
Approved by Christos Zoulas, Alistair Crooks and Matthew Green.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/gnu/dist/gcc4/gcc/version.c
cvs rdiff -r1.1.1.1 -r1.1.1.1.4.1 src/gnu/dist/gcc4/gcc/config/m68k/m68k.c
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/gnu/dist/gcc4/gcc/config/m68k/m68k.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