https://sourceware.org/bugzilla/show_bug.cgi?id=18198
Nick Clifton changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Nick Clif
https://sourceware.org/bugzilla/show_bug.cgi?id=18198
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #3
https://sourceware.org/bugzilla/show_bug.cgi?id=18198
--- Comment #2 from Solra Bizna ---
I can confirm that this works. (Yay!) Compiling with -EB and passing --be8 to
ld results in little-endian instructions and big-endian data. I specifically
tested that it correctly handles literal pools, and
https://sourceware.org/bugzilla/show_bug.cgi?id=18198
--- Comment #1 from joseph at codesourcery dot com ---
The way this works is that you assemble with -EB (both instructions and
data big-endian) and then link with --be8 (which reverses the endianness
of instructions back to little-endian, us