This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Target word and hword sizes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]