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:
Sebastian Wilhelmi 2004-03-02 09:47:37 +00:00 committed by Sebastian Wilhelmi
parent 109ebb109a
commit 72ac1282b8
7 changed files with 31 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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