diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-17 16:34:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-17 16:34:47 +0000 |
commit | 5c61236951045d12cce535fbdeb726ee03844f41 (patch) | |
tree | 9c57b9218ce430558dca6acc426b9d70bb9745c6 /gas/ChangeLog | |
parent | 4145f1d576aa2f43ec679836c45accaaf5c01d6f (diff) | |
download | gdb-5c61236951045d12cce535fbdeb726ee03844f41.zip gdb-5c61236951045d12cce535fbdeb726ee03844f41.tar.gz gdb-5c61236951045d12cce535fbdeb726ee03844f41.tar.bz2 |
PR gas/5026
* read.c (emit_expr): Use unsigned long long values in warning message about
truncated expressions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 12f91bf..08b4801 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-09-17 Evandro Menezes <evandro@yahoo.com> + + PR gas/5026 + * read.c (emit_expr): Use unsigned long long values in warning + message about truncated expressions. + 2007-09-17 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (intel_e04): Revert the last change. |