This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: gprof [PATCH RFA] try harder when determining target pointer size.
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: cgd at broadcom dot com
- Cc: binutils at sources dot redhat dot com, thorpej at wasabisystems dot com, aoliva at redhat dot com
- Date: Sat, 29 Mar 2003 17:25:14 +1030
- Subject: Re: gprof [PATCH RFA] try harder when determining target pointer size.
- References: <yov5wuij46tj.fsf@broadcom.com>
On Fri, Mar 28, 2003 at 11:41:44AM -0800, cgd at broadcom dot com wrote:
> + size = bfd_get_arch_size(core_bfd);
Formatting.
> + return (sext ? ptr_signed : ptr_unsigned);
ex-Pascal programmer? :)
> + *valp = (int)val32;
Formatting.
> + *valp = (BFD_HOST_64_BIT)val64;
again. Otherwise OK.
--
Alan Modra
IBM OzLabs - Linux Technology Centre