This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: atomic ops for powerpc
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoffrey Keating <geoffk at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 22 Apr 2005 10:52:03 -0400
- Subject: Re: atomic ops for powerpc
- References: <200504220217.j3M2HMD35290@makai.watson.ibm.com>
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