diff options
author | Manish Singh <yosh@gimp.org> | 2004-03-12 23:22:46 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-03-12 23:22:46 +0000 |
commit | 89242d758b16aedda2b1c445afdf7e6b04fbad02 (patch) | |
tree | 2d93b183e42857f294861f9321edc3ec451e677c /ChangeLog.pre-2-4 | |
parent | fa3dc3e81bcb7c79eca5d25977e19cf5ecce19af (diff) |
Non-optimizing compile fails for two asm statements on PowerPC. Use
Fri Mar 12 15:21:22 2004 Manish Singh <yosh@gimp.org>
* glib/gatomic.c: Non-optimizing compile fails for two asm
statements on PowerPC. Use generic implementaton for those
cases. Spotted by Christof Petig <christof@petig-baender.de>,
fix by Sebastian Wilhelmi. Bug #137006 has a possible alternate
solution, but we'll be conservative for now.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7cb363c2c..23d896498 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Fri Mar 12 15:21:22 2004 Manish Singh <yosh@gimp.org> + + * glib/gatomic.c: Non-optimizing compile fails for two asm + statements on PowerPC. Use generic implementaton for those + cases. Spotted by Christof Petig <christof@petig-baender.de>, + fix by Sebastian Wilhelmi. Bug #137006 has a possible alternate + solution, but we'll be conservative for now. + Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de> * glib/gmain.c (g_main_depth): Remove an extra semicolon. |