diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-08 22:44:37 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-08 22:44:37 +0200 |
commit | 8fe3f3d6afbf084f9ef36d887b661792c769f862 (patch) | |
tree | 56557165bcdb2f48b93b35a1af83c3275271a779 /gas/ChangeLog | |
parent | e44bf850dff24e0442408e26043d957588be88ee (diff) | |
download | gdb-8fe3f3d6afbf084f9ef36d887b661792c769f862.zip gdb-8fe3f3d6afbf084f9ef36d887b661792c769f862.tar.gz gdb-8fe3f3d6afbf084f9ef36d887b661792c769f862.tar.bz2 |
tc-arm.c: Append ULL to 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cdb1f5d..79de86a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-08-08 Hans-Peter Nilsson <hp@axis.com> + + * tc-arm.c (double_to_single, is_double_a_single): Append ULL to + 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts. + 2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> * doc/c-aarch64.texi (.xword): Document directive. |