* config/tc-arm.h (TC_FIX_TYPE): Change to int.
authorZack Weinberg <zackw@panix.com>
Fri, 27 May 2005 07:11:45 +0000 (07:11 +0000)
committerZack Weinberg <zackw@panix.com>
Fri, 27 May 2005 07:11:45 +0000 (07:11 +0000)
commitadbaf9485ab55c0b6005000585120c9f0e1b39d6
tree6b432da8461b1ae1ef1dd1e1dcf85d538e84f80f
parent5656b6b85eb5164bdd35a912af9b7c9d1024b9db
* config/tc-arm.h (TC_FIX_TYPE): Change to int.
(TC_INIT_FIX_DATA): Initialize to 0, not NULL.
* config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
(md_apply_fix3): Delete fix_is_thumb variable; refer to
fixP->tc_fix_data directly in the sole place it was used.
Explicitly truncate value, *valP, fixP->fx_addnumber, and
fixP->fx_offset to 32 bits, for consistent behavior between 32-
and 64-bit hosts.
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h
This page took 0.036444 seconds and 4 git commands to generate.