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: [PATCH] PowerPC 32 with Secure PLT


> >>This is an area where I am not sure, but I think it would be better
> >>to use read_memory_typed_address. I think the address type that you
> >>want is: builtin_type (gdbarch)->builtin_func_ptr.
> 
> I think I'd rather leave the size explicit, rather than making
> it indirect (and unclear).  This routine is only for PowerPC 32 and
> the size of the value is always four bytes.

That would be fine with me. You should be able to get rid of the cast,
though. No?

-- 
Joel


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