Target word and hword sizes

Hans-Peter Nilsson hp@bitrange.com
Mon Aug 6 00:21:00 GMT 2001


On Mon, 6 Aug 2001, Harshad R Joglekar wrote:
> This patch will allow configuration of a target's word sizes. One can
> define TC_WORD_SIZE, and TC_HWORD_SIZE to the required values.

Not necessary.  The functionality to change the meaning (as in
size of the operand) of ".word" and ".hword" is already present
in that a target can override the read.c definitions by having
"word" and "hword" in its md_pseudo_table.  Grep for '"word"' in
gas/config/tc-*.c.

brgds, H-P



More information about the Binutils mailing list