This is the mail archive of the binutils@sourceware.org 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: [PATCH 4/9] binutils,gas,bfd: support an extended set of SPARC hardware capabilities.


    
    > -static int hwcap_seen;
    > +static unsigned long hwcap_seen;
     ...
    > -static int hwcap_allowed;
    > +static unsigned long hwcap_allowed;
    ...
    > +	  unsigned long hwcaps
    > +	    = (((unsigned long) insn->hwcaps2) << 32) | insn->hwcaps;
    
    "unsigned long" is not necessarily 64-bits.
    
Oops, sorry for the 64bitism.  I will use bfd_uint64_t instead.


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