2003-05-11 Jason Eckhardt <jle@rice.edu>
authorJason Eckhardt <jle@rice.edu>
Mon, 12 May 2003 03:35:34 +0000 (03:35 +0000)
committerJason Eckhardt <jle@rice.edu>
Mon, 12 May 2003 03:35:34 +0000 (03:35 +0000)
commit673a54e3718bdc1789a3990635f32e561ec7d820
treedc864fe91954e2f585d84f7aa0f9f8e8afc995c0
parenta48c6a54fc5989c07dcb5b75fec5a50391f5a11e
2003-05-11  Jason Eckhardt  <jle@rice.edu>

        * config/tc-i860.c (MAX_FIXUPS): Define.
        (struct i860_fi fi[]): New struct.
        (struct i860_it the_insn): Add above as member and move fields
        exp, reloc, pcrel and fup into i860_fi.
        (md_assemble): Replace all instances of exp, reloc, pcrel
        and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
        Add a loop to possibly emit multiple fix-ups for each insn.
        (i860_process_insn): Likewise.
        (i860_get_expression): Likewise.
        (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.
gas/ChangeLog
gas/config/tc-i860.c