mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fixed missing definition for ppc code. Fix by Mark McLoughlin
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de> * glib/gatomic.c: Fixed missing definition for ppc code. Fix by Mark McLoughlin <mark@skynet.ie>.
This commit is contained in:
parent
109ebb109a
commit
72ac1282b8
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by
|
||||
Mark McLoughlin <mark@skynet.ie>.
|
||||
|
||||
Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.5 ===
|
||||
|
@ -340,6 +340,7 @@ g_atomic_int_compare_and_exchange (gint *atomic,
|
||||
gint oldval,
|
||||
gint newval)
|
||||
{
|
||||
gpointer result;
|
||||
__asm __volatile ("sync\n"
|
||||
"1: lwarx %0,0,%1\n"
|
||||
" extsw %0,%0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user