This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [rfc] [4/7] Modernize AIX target: inf-ptrace build fix


> Date: Tue, 24 Apr 2007 23:37:24 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> 
> Hello,
> 
> this is another small build fix that is a pre-requisite for the
> next patch (which adds inf-ptrace.c on AIX).  The problem is that
> on AIX, PTRACE_TYPE_ARG3 is a pointer, and trying to cast a
> CORE_ADDR directly to it gives a compile warning.
> 
> The patch adds an intermediate cast to "long" to fix this problem;
> there is precedent for this method in inf_ptrace_xfer_partial.

I don't like this, but I guess this is unavoidable, I think it's more
correct to use uintptr_t instead of long though.

Mark


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