This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: atomic ops for powerpc


	This patch has created numerous failures on AIX.  The patch
assumes GNU Assembler syntax for labels, e.g.,

0:	foo
	bne- 1f
	bar
	bne- 0b
1:
	baz
0:

	As I mentioned in my earlier email, you need to consider other
platforms supported by the rs6000 port.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]