Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/evbarm/stand/gzboot
On Saturday 26 September 2009 08:29:56 Nick Hudson wrote:
> 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.
Hi,
All arm ports have just been switched to binutils 2.19.
This change is required for NetBSD/evbarm gzboot to fix the case where .image
and .bss would have overlapping LMA areas and ld(1) would abort for some
images, e.g. ADI_BRH.
I'm pretty sure I haven't broken anything, but please send-pr(1) if I have.
Cheers,
Nick
Home |
Main Index |
Thread Index |
Old Index