Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: skrll
Date: Thu Mar 6 19:02:58 UTC 2014
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: config.gcc
src/external/gpl3/gcc/dist/gcc: config.gcc
src/lib/libc/arch/hppa: SYS.h
src/lib/libc/arch/hppa/sys: __sigtramp2.S __vfork14.S
src/sys/arch/hppa/hppa: machdep.c machdep.h trap.c vm_machdep.c
src/sys/arch/hppa/include: cpu.h proc.h
src/sys/sys: param.h
Log Message:
Move to a flat space register convention. %sr[4-7] are all now the space
number allocated to the process. gcc produces (slightly) better code
with this convention.
Retain backwards compatiblity.
Welcome to 6.99.36
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc.old/dist/gcc/config.gcc
cvs rdiff -u -r1.21 -r1.22 src/external/gpl3/gcc/dist/gcc/config.gcc
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/hppa/SYS.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hppa/sys/__sigtramp2.S
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/hppa/sys/__vfork14.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/hppa/machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/hppa/machdep.h
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/hppa/hppa/vm_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/include/cpu.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/include/proc.h
cvs rdiff -u -r1.444 -r1.445 src/sys/sys/param.h
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