gold-linked binary for ppc results in "illegal instruction"

2012-02-06 Thread Sebastian Klaar
I am using gold v1.11 (binutils v2.2) for cross-linking a program for my powerpc architecture. When I execute this binary I am getting an "Illegal instruction". Readelf delivers a correct fileheader (Machine: PowerPC). Linking with the standard GNU ld creates a runnable binary, but of course need

Re: gold-linked binary for ppc results in "illegal instruction"

2012-02-06 Thread Ian Lance Taylor
"Sebastian Klaar" writes: > I am using gold v1.11 (binutils v2.2) for cross-linking a program for my > powerpc architecture. > When I execute this binary I am getting an "Illegal instruction". > Readelf delivers a correct fileheader (Machine: PowerPC). > > Linking with the standard GNU ld create