Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 912793 Details for
Bug 1113991
dyninst build failure on ppc64le archi
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dyninst.ppc64le_ABIv2.patch
dyninst.ppc64le_ABIv2.patch (text/plain), 2.68 KB, created by
Michel Normand
on 2014-06-27 12:11:49 UTC
(
hide
)
Description:
dyninst.ppc64le_ABIv2.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-06-27 12:11:49 UTC
Size:
2.68 KB
patch
obsolete
>From: Michel Normand <normand@linux.vnet.ibm.com> >Subject: dyninst.ppc64le ABIv2 >Date: Fri, 27 Jun 2014 06:05:59 -0400 > >avoid build error on ppc64le that use ABIv2 > >Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> >Index: dyninst-8.1.2/dyninst/dyninstAPI_RT/src/RTthread-powerpc-asm.S >=================================================================== >--- dyninst-8.1.2.orig/dyninst/dyninstAPI_RT/src/RTthread-powerpc-asm.S >+++ dyninst-8.1.2/dyninst/dyninstAPI_RT/src/RTthread-powerpc-asm.S >@@ -6,39 +6,17 @@ > .machine "ppc" > #endif > >+#include <ppc-asm.h> > > .section ".text" > .align 2 > # /* ---------------------------------- */ > # /* unsigned DYNINSTthreadIndexFAST(); */ > # /* ---------------------------------- */ >-#if defined(arch_64bit) >- .globl DYNINSTthreadIndexFAST >- .section ".opd", "aw" >- .align 3 >-DYNINSTthreadIndexFAST: >- .quad .DYNINSTthreadIndexFAST, .TOC.@tocbase, 0 >- .size DYNINSTthreadIndexFAST, 24 >- >- .previous >- .globl .DYNINSTthreadIndexFAST >- .type .DYNINSTthreadIndexFAST, @function >-.DYNINSTthreadIndexFAST: >-#else >- .globl DYNINSTthreadIndexFAST >- .type DYNINSTthreadIndexFAST, @function >-DYNINSTthreadIndexFAST: >-#endif >- >+FUNC_START(DYNINSTthreadIndexFAST) > mr 3,12 # function return value = r3 = r12 > blr # branch via link register (function return) >- >-#if defined(arch_64bit) >- .size .DYNINSTthreadIndexFAST, . - .DYNINSTthreadIndexFAST >-#else >- .size DYNINSTthreadIndexFAST, . - DYNINSTthreadIndexFAST >-#endif >- >+FUNC_END(DYNINSTthreadIndexFAST) > > .section ".text" > .align 2 >@@ -51,23 +29,7 @@ DYNINSTthreadIndexFAST: > # /* Return 1 if such an atomic update occurred; */ > # /* return 0 otherwise. */ > # /* ------------------------------------------- */ >-#if defined(arch_64bit) >- .globl atomic_set >- .section ".opd", "aw" >- .align 3 >-atomic_set: >- .quad .atomic_set, .TOC.@tocbase, 0 >- .size atomic_set, 24 >- >- .previous >- .globl .atomic_set >- .type .atomic_set, @function >-.atomic_set: >-#else >- .globl atomic_set >- .type atomic_set, @function >-atomic_set: >-#endif >+FUNC_START(atomic_set) > addi 4,0,1 # r4 = 1 > # Attempt atomic memory swap > lwarx 5,0,3 # r5 = *int_ptr (load reserve indexed) >@@ -83,11 +45,6 @@ atomic_set: > atomic_set_return_0: > addi 3,0,0 # function return value = r3 = 0 > blr # branch via link register (function return) >- >-#if defined(arch_64bit) >- .size .atomic_set, . - .atomic_set >-#else >- .size atomic_set, . - atomic_set >-#endif >+FUNC_END(atomic_set) > > .machine "pop"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1113991
: 912793