Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/evbarm/stand/gzboot
Module Name: src
Committed By: skrll
Date: Sat Sep 26 07:29:56 UTC 2009
Modified Files:
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000: ldscript
src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000: ldscript
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000: ldscript
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000: ldscript
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000: ldscript
src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000: ldscript
Log Message:
Deal with the following change to ld:
* The default output section LMA has changed for allocatable sections from
being equal to VMA, to keeping the difference between LMA and VMA the same as
the previous output section in the same region. This is a more useful
default when using overlays and other cases where you specify an LMA
differing from the VMA for some sections.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/ldscript
cvs rdiff -u -r1.1 -r1.2 \
src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/ldscript
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/ldscript
cvs rdiff -u -r1.6 -r1.7 \
src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/ldscript
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/ldscript
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/ldscript
cvs rdiff -u -r1.3 -r1.4 \
src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000/ldscript
cvs rdiff -u -r1.2 -r1.3 \
src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000/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