Commit cd5a9a74 by Carlos Sánchez de La Lama Committed by Mike Stump

re PR libitm/52482 (libitm INVALID MNEMONIC in .S (powerpc asm))

2015-07-03  Carlos Sánchez de La Lama  <csanchezdll@gmail.com>

	PR target/52482
	* config/powerpc/sjlj.S: Port to Xcode 2.5.

From-SVN: r225388
parent 7c17c7b2
2015-07-03 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
PR target/52482
* config/powerpc/sjlj.S: Port to Xcode 2.5.
2015-05-27 Uros Bizjak <ubizjak@gmail.com>
* config/linux/x86/futex_bits.h (sys_futex0) [__x86_64__]: Change
......
......@@ -83,16 +83,16 @@
bl \name
.endm
#elif defined(_CALL_DARWIN)
.macro FUNC name
.macro FUNC
.globl _$0
_$0:
.endmacro
.macro END name
.macro END
.endmacro
.macro HIDDEN name
.macro HIDDEN
.private_extern _$0
.endmacro
.macro CALL name
.macro CALL
bl _$0
.endmacro
# ifdef __ppc64__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment