64-bit host failures, crx
Hans-Peter Nilsson
hp@bitrange.com
Mon Feb 27 11:37:00 GMT 2012
More information about the Binutils mailing list
Mon Feb 27 11:37:00 GMT 2012
- Previous message (by thread): 64-bit host failures, crx
- Next message (by thread): 64-bit host failures, crx
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 27 Feb 2012, Alan Modra wrote: > Index: gas/config/tc-crx.c > @@ -1326,17 +1325,14 @@ get_number_of_operands (void) > static op_err > check_range (long *num, int bits, int unsigned flags, int update) > + /* Trim all values to 32 bits. uint32_t can be more than 32 bits. */ > + value &= 0xffffffff; No, maybe you were thinking of unsigned long, uint_fast32_t or uint_least32_t. The type uint32_t is exactly 32 bits, modulo compiler bugs. brgds, H-P PS. honestly, I didn't read all those patches, just a random spotting.
- Previous message (by thread): 64-bit host failures, crx
- Next message (by thread): 64-bit host failures, crx
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list