This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, PR 4643] Allow symbols in MEMORY region specification


On Tue, Jan 20, 2015 at 06:29:38AM +0530, Senthil Kumar Selvaraj wrote:
>   I ran a make check-ld for an AVR and native build, and both passed without
>   regressions.

You need to run the testsuite on more than just a couple of targets
when making changes of this nature.  Most of the following are
testsuite issues, which you'll need to fix either by disabling the
test (eg. AOUT doesn't allow you to set text start) or modifying your
.d to match different output (eg. COFF symbol dump differs from ELF).

The spu-elf failures need investigating too.  At a guess, they are
because you fail to initialise r->current in lang_do_memory_regions.

alpha-dec-vms  +FAIL: ld-scripts/pr4643
alpha-linuxecoff  +FAIL: ld-scripts/pr4643
arm-aout  +FAIL: ld-scripts/pr4643
arm-coff  +FAIL: ld-scripts/pr4643
arm-epoc-pe  +FAIL: ld-scripts/pr4643
arm-pe  +FAIL: ld-scripts/pr4643
arm-wince-pe  +FAIL: ld-scripts/pr4643
i386-linuxaout  +FAIL: ld-scripts/pr4643
i586-aout  +FAIL: ld-scripts/pr4643
i586-coff  +FAIL: ld-scripts/pr4643
i686-pe  +FAIL: ld-scripts/pr4643
m68k-netbsd  +FAIL: ld-scripts/pr4643
mcore-pe  +FAIL: ld-scripts/pr4643
mips64-linux  +FAIL: ld-scripts/pr4643
mipsel-linux-gnu  +FAIL: ld-scripts/pr4643
mipsisa32el-linux  +FAIL: ld-scripts/pr4643
mips-linux  +FAIL: ld-scripts/pr4643
ns32k-netbsd  +FAIL: ld-scripts/pr4643
pdp11-dec-aout  +FAIL: ld-scripts/pr4643
powerpcle-cygwin  +FAIL: ld-scripts/pr4643
rs6000-aix4.3.3  +FAIL: ld-scripts/pr4643
rs6000-aix5.1  +FAIL: ld-scripts/pr4643
sh-pe  +FAIL: ld-scripts/pr4643
sparc-aout  +FAIL: ld-scripts/pr4643
sparc-coff  +FAIL: ld-scripts/pr4643
spu-elf  +FAIL: ld-scripts/empty-orphan
spu-elf  +FAIL: ld-scripts/pr4643
spu-elf  +FAIL: overlay size
spu-elf  +FAIL: rgn-at1
spu-elf  +FAIL: ld-scripts/rgn-at10
spu-elf  +FAIL: ld-scripts/rgn-at11
spu-elf  +FAIL: rgn-at2
spu-elf  +FAIL: rgn-at3
spu-elf  +FAIL: rgn-at4
spu-elf  +FAIL: ld-scripts/rgn-at6
spu-elf  +FAIL: ld-scripts/rgn-at7
spu-elf  +FAIL: ld-scripts/rgn-at8
spu-elf  +FAIL: ld-scripts/rgn-at9
spu-elf  +FAIL: MEMORY
spu-elf  +FAIL: section-flags-1
spu-elf  +FAIL: section-flags-2
tic30-unknown-aout  +FAIL: ld-scripts/pr4643
tic30-unknown-coff  +FAIL: ld-scripts/pr4643
tic4x-coff  +FAIL: ld-scripts/pr4643
tic54x-coff  +FAIL: ld-scripts/pr4643
tilegx-linux  +FAIL: ld-scripts/pr4643
tilepro-linux  +FAIL: ld-scripts/pr4643
x86_64-mingw32  +FAIL: ld-scripts/pr4643
z80-coff  +FAIL: ld-scripts/pr4643
z8k-coff  +FAIL: ld-scripts/pr4643

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]