diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-01 16:31:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-01 16:31:16 +0000 |
commit | 08df23795b3c1ac9a1fdb57c9f1d0616fe1b2fba (patch) | |
tree | 2c2bacd03998a51a5d4ebfe4992c9afea479c5cb /gas/ChangeLog | |
parent | 70ee46581bf305c387bc3880ba85222ed468b8f5 (diff) | |
download | gdb-08df23795b3c1ac9a1fdb57c9f1d0616fe1b2fba.zip gdb-08df23795b3c1ac9a1fdb57c9f1d0616fe1b2fba.tar.gz gdb-08df23795b3c1ac9a1fdb57c9f1d0616fe1b2fba.tar.bz2 |
Ensure that offset to literal pool is computed using signed arithmetic so that
proper sign extension is performed if X_add_number is a 64-bit integer.
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 5fe5f16..3493ddb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-08-01 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal + pool is computed using signed arithmetic so that proper sign + extension is performed if X_add_number is a 64-bit integer. + 2002-08-01 H.J. Lu <hjl@gnu.org> Daniel Jacobowitz <drow@mvista.com> |