Re: [PATCH] ARM fixed-point support [2/6]: assembler format for fixed-point constants

2011-06-30 Thread Richard Earnshaw
On 13/05/11 14:57, Julian Brown wrote: > This patch changes the format used to print fixed-point constants from > hex to decimal. For instance a negative "short fract" fixed-point > constant may be represented as a signed HOST_WIDE_INT from -1 to -128, > which would currently be printed as e.g. 0xf

[PATCH] ARM fixed-point support [2/6]: assembler format for fixed-point constants

2011-05-13 Thread Julian Brown
This patch changes the format used to print fixed-point constants from hex to decimal. For instance a negative "short fract" fixed-point constant may be represented as a signed HOST_WIDE_INT from -1 to -128, which would currently be printed as e.g. 0xfffffxx, resulting in a "bignum truncated to