This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libitm/52482] libitm INVALID MNEMONIC in .S (powerpc asm)
- From: "fang at csl dot cornell.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Mar 2012 20:44:14 +0000
- Subject: [Bug libitm/52482] libitm INVALID MNEMONIC in .S (powerpc asm)
- Auto-submitted: auto-generated
- References: <bug-52482-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52482
--- Comment #4 from David Fang <fang at csl dot cornell.edu> 2012-03-09 20:44:14 UTC ---
Also, from my testing, it looks like AS=odas is needed; if I just pass
AS_FOR_TARGET=odas, then the wrong assembler is used and sjlj.S fails.