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
This commit is contained in:
Carlos Sánchez de La Lama 2015-07-03 17:28:43 +00:00 committed by Mike Stump
parent 7c17c7b24d
commit cd5a9a74d3
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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__