[OE-core] binutils regression: internal error in set_address

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Sep 17 11:23:22 UTC 2012


Hi,

recent binutils upgrade[1] breaks dot assignments within NOLOAD sections.
E.g

$ echo '_start:' > foo.S
$ cat <<EOF >foo.ld
SECTIONS {
	.stack (NOLOAD) : {
               . = . + 128;
	}
}
EOF
$ arm-linux-gnueabi-gcc foo.S -T foo.ld
arm-linux-gnueabi/4.7.2/ld: internal error in set_address, .../binutils-2.22/gold/output.h:189



Enrico

Footnotes: 
[1]  0038-Copy-from-mainline-to-binutils-2.22-branch.patch





More information about the Openembedded-core mailing list