Bug 249242
| Summary: | designer4 - segmentation fault on ppc & s390x | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Martin Kočí <mkoci> |
| Component: | qt4 | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | desktop-bugs <desktop-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | s390x | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-09-13 15:19:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Kočí
2007-07-23 08:41:07 UTC
--- qt-x11-opensource-src-4.3.1/src/corelib/arch/qatomic_powerpc.h.ppc64 2007-08-07 08:08:39.000000000 -0500 +++ qt-x11-opensource-src-4.3.1/src/corelib/arch/qatomic_powerpc.h 2007-08-23 06:54:36.000000000 -0500 @@ -44,7 +44,7 @@ QT_BEGIN_HEADER #if defined(Q_CC_GNU) -#ifdef __64BIT__ +#if defined(__64BIT__) || defined(__powerpc64__) || defined(__s390x__) # define LPARX "ldarx" # define CMPP "cmpd" # define STPCX "stdcx." it's fixed in rawhide. This patch looks wrong to me s390x-wise anyway, is qatomic_powerpc.h even used on s390 platform (instead of qatomic_s390.h)? |