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:   ad
Date:           Tue May 20 12:17:49 UTC 2008

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share: Makefile
        src/share/mk: bsd.kmodule.mk
Added Files:
        src/share/ldscripts: Makefile kmodule

Log Message:
Use an ldscript to merge kernel modules' .bss sections into .data. Passing
-fno-common -fno-zero-initialized-in-bss to gcc does not work, and objcopy
refuses to expand the bss section.


To generate a diff of this commit:
cvs rdiff -r1.1148 -r1.1149 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.27 -r1.28 src/share/Makefile
cvs rdiff -r0 -r1.1 src/share/ldscripts/Makefile src/share/ldscripts/kmodule
cvs rdiff -r1.4 -r1.5 src/share/mk/bsd.kmodule.mk

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