[Bug target/65341] [5 Regression] glibc build failure on ppc64le: setcontext.S:367: Error: junk at end of line: `1,0'

dje at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Mar 8 13:37:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65341

--- Comment #12 from David Edelsohn <dje at gcc dot gnu.org> ---
The assembly file should start with

.machine power4

which is the lowest level ISA supported on PPC64 Linux, GLIBC and mtfsf.

If one invokes GCC with multiple -m options, it is complicated to calculate the
correct assembler command line option, especially at the point that the
assembler command is generated.  With an assembler file, the compiler has no
knowledge about the contents and should not guess the required ISA.



More information about the Gcc-bugs mailing list