This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22807] New: PTRACE_* constants missing for powerpc


https://sourceware.org/bugzilla/show_bug.cgi?id=22807

            Bug ID: 22807
           Summary: PTRACE_* constants missing for powerpc
           Product: glibc
           Version: 2.28
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
              Host: powerpc*-*-*

ltrace now fails to build for all powerpc variants due to a missing definition
of PTRACE_GETFPREGS, among others.  Even though powerpc/sys/ptrace.h never
defined it, it was probably defined previously by indirect inclusion of
<asm/ptrace.h> via <sys/ucontext.h>, which doesn't happen any more.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]