This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[RFA] Fix build failure on HP/UX systems...


We noticed a build failure on HP/UX due to conflicting types for
the 3rd parameter of call_ptrace. On one hand it was defined with
the new PTRACE_TYPE_ARG3, and on the other hand it was defined as
PTRACE_ARG3_TYPE.

This patch fixes this inconsistency, and also removes another instance
of PTRACE_ARG3_TYPE (parent_attach_all).

2004-08-16  Joel Brobecker  <brobecker@gnat.com>

        * hppah-nat.c: s/PTRACE_ARG3_TYPE/PTRACE_TYPE_ARG3/g.
        * infttrace.c: Likewise.
        * infttrace.h: Likewise.

Tested on hppa-hpux-11.00. OK to apply?

Thanks,
-- 
Joel

Attachment: hppa-ptrace.diff
Description: Text document


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