Bug 168157

Summary: Please build and ship ppc64 gdb
Product: [Fedora] Fedora Reporter: Richard Henderson <rth>
Component: gdbAssignee: Alexandre Oliva <aoliva>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jan.kratochvil
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-30 08:48:07 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 Richard Henderson 2005-09-13 00:05:46 UTC
The shipped gdb executable with FC4 can only debug ppc32 executables.

Even if one forcibly enables ppc64 support in bfd etc, a 32-bit gdb
executable has problems debugging 64-bit targets.  This can partially
be fixed by rewriting bits of code to use PPC_PTRACE_*_3264, but that
on its own does not (for some reason) fix the whole problem.  All of
this can be fixed, if one cares enough.

On the other hand, building a 64-bit gdb executable appears to 
successfully debug both 64 and 32-bit executables.  It seems like 
simply building another rpm is the easiest short-term way around
this problem.

Comment 1 Jan Kratochvil 2006-09-30 08:48:07 UTC

*** This bug has been marked as a duplicate of 205976 ***