OSDN Git Service

* config/tc-arm.h (TC_FIX_TYPE): Change to int.
authorzack <zack>
Fri, 27 May 2005 07:11:40 +0000 (07:11 +0000)
committerzack <zack>
Fri, 27 May 2005 07:11:40 +0000 (07:11 +0000)
commit84463988b2aa3d90ee0deb10a5a6585b3f56e718
treebd5caf1fca1c0dab0e8c862850aa6b1cf87b1587
parentfd36e49ef181b17f4db07bf5a3e840730d3519d6
* 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