Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/gnu/dist/toolchain/gcc
Module Name: src
Committed By: thorpej
Date: Fri Mar 14 23:48:02 UTC 2003
Modified Files:
src/gnu/dist/toolchain/gcc: c-decl.c c-tree.h flags.h toplev.c
src/gnu/dist/toolchain/gcc/config/alpha: alpha.c
src/gnu/dist/toolchain/gcc/config/i386: i386.c
src/gnu/dist/toolchain/gcc/config/sparc: sparc.c
Log Message:
Second half of fix for PR toolchain/19265.
2003-03-14 Jason Thorpe <thorpej%wasabisystems.com@localhost>
* c-decl.c (flag_hosted): Move from here...
* toplev.c: ...to here.
* c-tree.h (flag_hosted): Move extern declaration from here...
* flags.h: ...to here.
* config/alpha/alpha.c (alpha_initialize_trampoline): Only
emit a call to __enable_execute_stack if flag_hosted is true.
* config/i386/i386.c (x86_initialize_trampoline): Likewise.
* config/sparc/sparc.c (sparc_initialize_trampoline)
(sparc64_initialize_trampoline): Likewise.
An updated version of this will be submitted to gcc.gnu.org.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/gnu/dist/toolchain/gcc/c-decl.c
cvs rdiff -r1.2 -r1.3 src/gnu/dist/toolchain/gcc/c-tree.h
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/toolchain/gcc/flags.h
cvs rdiff -r1.1.1.2 -r1.2 src/gnu/dist/toolchain/gcc/toplev.c
cvs rdiff -r1.4 -r1.5 src/gnu/dist/toolchain/gcc/config/alpha/alpha.c
cvs rdiff -r1.4 -r1.5 src/gnu/dist/toolchain/gcc/config/i386/i386.c
cvs rdiff -r1.6 -r1.7 src/gnu/dist/toolchain/gcc/config/sparc/sparc.c
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