Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   simonb
Date:           Fri Apr 23 08:42:26 UTC 2021

Modified Files:
        src/sys/arch/mips/conf: kern.ldscript stand.ldscript
        src/sys/arch/mipsco/conf: stand.ldscript
        src/sys/arch/sparc/conf: kern.ldscript
        src/sys/arch/sparc64/conf: kern.ldscript kern32.ldscript

Log Message:
Merge the .text.* sections into the .text section on MIPS, SPARC and
SPARC64 as is done on all other ports.  Mostly costmetic, but does mean
that main() now appears before the _etext symbol instead of after it.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/conf/kern.ldscript
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/conf/stand.ldscript
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mipsco/conf/stand.ldscript
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc/conf/kern.ldscript
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc64/conf/kern.ldscript \
    src/sys/arch/sparc64/conf/kern32.ldscript

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