Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/gnu/dist/gcc4/gcc
Module Name: src
Committed By: phx
Date: Thu Nov 20 22:53:17 UTC 2008
Modified Files:
src/gnu/dist/gcc4/gcc: version.c
src/gnu/dist/gcc4/gcc/config/m68k: m68k.c m68k.md
Log Message:
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.16 -r1.17 src/gnu/dist/gcc4/gcc/version.c
cvs rdiff -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/config/m68k/m68k.c
cvs rdiff -r1.7 -r1.8 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