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:   he
Date:           Wed Nov 26 08:36:51 UTC 2003

Modified Files:
        src/lib/libc/arch/mips/gen: __setjmp14.S _setjmp.S setjmp.S
        src/lib/libpthread/arch/mips: pthread_md.h
        src/sys/arch/mips/include: db_machdep.h pcb.h regnum.h
        src/sys/arch/mips/mips: compat_13_machdep.c compat_16_machdep.c
            cpu_exec.c db_interface.c db_trace.c genassym.cf kgdb_machdep.c
            mips_emul.c mips_machdep.c process_machdep.c sig_machdep.c
            syscall.c trap.c vm_machdep.c
        src/sys/compat/irix: irix_exec.c irix_prctl.c irix_signal.c

Log Message:
Hide the register number constants behind an _R_ prefix, and also
rename FPBASE to _FPBASE, so that we avoid polluting the user's
name space when e.g. <sys/ptrace.h> is included.  Previously, the
PC symbol in mips/regnum.h would conflict with the declaration of
the external variable by the same name in termcap.h, as discovered
by the ``okheaders'' regression test.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libc/arch/mips/gen/__setjmp14.S
cvs rdiff -r1.17 -r1.18 src/lib/libc/arch/mips/gen/_setjmp.S
cvs rdiff -r1.15 -r1.16 src/lib/libc/arch/mips/gen/setjmp.S
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/arch/mips/pthread_md.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/mips/include/db_machdep.h
cvs rdiff -r1.17 -r1.18 src/sys/arch/mips/include/pcb.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/include/regnum.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/mips/mips/compat_13_machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/mips/mips/compat_16_machdep.c
cvs rdiff -r1.44 -r1.45 src/sys/arch/mips/mips/cpu_exec.c
cvs rdiff -r1.50 -r1.51 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/mips/mips/db_trace.c
cvs rdiff -r1.36 -r1.37 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -r1.7 -r1.8 src/sys/arch/mips/mips/kgdb_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/mips/mips/mips_emul.c \
    src/sys/arch/mips/mips/sig_machdep.c
cvs rdiff -r1.168 -r1.169 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.23 -r1.24 src/sys/arch/mips/mips/process_machdep.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/mips/mips/syscall.c
cvs rdiff -r1.188 -r1.189 src/sys/arch/mips/mips/trap.c
cvs rdiff -r1.98 -r1.99 src/sys/arch/mips/mips/vm_machdep.c
cvs rdiff -r1.31 -r1.32 src/sys/compat/irix/irix_exec.c
cvs rdiff -r1.22 -r1.23 src/sys/compat/irix/irix_prctl.c
cvs rdiff -r1.27 -r1.28 src/sys/compat/irix/irix_signal.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