Re: [U-Boot] [PATCH v3 2/4] arm: make .vectors section allocatable

2014-10-26 Thread Albert ARIBAUD
Hello Georges, On Sun, 26 Oct 2014 23:25:24 +0100, Georges Savoundararadj wrote: > A regression was introduced in commit 41623c91. The consequence of > that is the non-relocation of the section .vectors symbols : > _undefined_instruction, _software_interrupt, _prefetch_abort, > _data_abort, _not_

[U-Boot] [PATCH v3 2/4] arm: make .vectors section allocatable

2014-10-26 Thread Georges Savoundararadj
A regression was introduced in commit 41623c91. The consequence of that is the non-relocation of the section .vectors symbols : _undefined_instruction, _software_interrupt, _prefetch_abort, _data_abort, _not_used, _irq and _fiq. Before commit 41623c91, the exception vectors were in a .text section