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: Committed, MMIX: Fix 64-bit host (opcodes/mmix-opc.c)


> Hans-Peter Nilsson <hp at bitrange dot com> wrote:
> ...
>     * mmix-opc.c (O, Z): Force expression as unsigned long.
> ...

Out of curiosity, what's the general philosophy with respect to
specifying specific type-sizes, when it's likely critical that
a type be at-least as large as some critical value?

(as it's not clear that long long need be any particular size
other than at least as large as a long, etc. etc.; when might
int64_t for example be more appropriate in gnu sources example?)



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