Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/gnu/dist/gcc4/gcc
Module Name: src
Committed By: snj
Date: Sat Nov 22 05:17:03 UTC 2008
Modified Files:
src/gnu/dist/gcc4/gcc [netbsd-5]: version.c
src/gnu/dist/gcc4/gcc/config/m68k [netbsd-5]: m68k.c m68k.md
Log Message:
Pull up following revision(s) (requested by phx in ticket #104):
gnu/dist/gcc4/gcc/version.c: revision 1.17
gnu/dist/gcc4/gcc/config/m68k/m68k.c: revision 1.4
gnu/dist/gcc4/gcc/config/m68k/m68k.md: revision 1.8
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.16.10.1 src/gnu/dist/gcc4/gcc/version.c
cvs rdiff -r1.1.1.1 -r1.1.1.1.26.1 src/gnu/dist/gcc4/gcc/config/m68k/m68k.c
cvs rdiff -r1.5 -r1.5.6.1 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