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] Extend powerpc cpu bit mask to 64-bits.


On Sat, 2008-06-14 at 01:00 +0930, Alan Modra wrote:
> As Joseph said you can't use stdint.h directly.  Use bfd_stdint.h
> instead.  In fact, until we actually need the extra bits, let's
> typedef ppc_cpu_t to unsigned long.  OK with that change.

Ok, I removed the #include and changed the ppc_cpu_t typedef to use
unsigned long and committed.  When we (I?) post the change that requires
the 64-bit bit mask, we can add back in the bdf_stdint.h #include.
Thanks.

Peter




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