This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: gprof [PATCH RFA] try harder when determining target pointer size.


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


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