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/m68k
Module Name: src
Committed By: phx
Date: Wed Nov 12 21:40:03 UTC 2008
Modified Files:
src/gnu/dist/gcc4/gcc/config/m68k: m68k.c m68k.md
Log Message:
Fixed jump table bugs (e.g. detected when compiling lang/php5 for m68k).
The patch was suggested by Gunther Nikl <gnikl%baltic.net@localhost> and is part
of gcc 4.3.x.
Backport from mainline (SVN 128601):
2007-09-19 Roman Zippel <zippel%linux-m68k.org@localhost>
* config/m68k/m68k.c (output_move_himode): Remove jump table
recognition.
config/m68k/m68k.md (lea): Likewise.
* config/m68k/m68k.c (print_operand_address): Use simple pc
relative addressing.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/config/m68k/m68k.c
cvs rdiff -r1.5 -r1.6 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