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: uwe
Date: Sun Jun 3 21:02:45 UTC 2007
Modified Files:
src/gnu/dist/gcc4/gcc: ChangeLog version.c
src/gnu/dist/gcc4/gcc/config/sh: sh.md
Log Message:
Fix gcc codegen bug that manifests during generation of stack
protector code for sh3. Details in gcc pr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32163
Author: kkojima
Date: Sun Jun 3 04:38:52 2007
New Revision: 125292
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125292
Log:
PR target/32163
* config/sh/sh.md (symGOT_load): Don't schedule insns when
the symbol is generated with the stack protector.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/sh/sh.md
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/dist/gcc4/gcc/ChangeLog
cvs rdiff -r1.13 -r1.14 src/gnu/dist/gcc4/gcc/version.c
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/config/sh/sh.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