]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-mn10200.c
Fixes for building on 64-bit hosts:
authorNick Clifton <nickc@redhat.com>
Wed, 11 Jan 2006 17:39:50 +0000 (17:39 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Jan 2006 17:39:50 +0000 (17:39 +0000)
commit8ad7c533ee497f2c6a16cde705a565fcb97dfd12
tree4f07010b3a8fe3d453dd641837800058e2cd2c4f
parent5cd1580898b80c549ab78626bb55e912d5eea214
Fixes for building on 64-bit hosts:
        * config/tc-avr.c (mod_index): New union to allow conversion
        between pointers and integers.
        (md_begin, avr_ldi_expression): Use it.
        * config/tc-i370.c (md_assemble): Add cast for argument to print
        statement.
        * config/tc-tic54x.c (subsym_substitute): Likewise.
        * config/tc-mn10200.c (md_assemble): Use a union to convert the
        opindex field of fr_cgen structure into a pointer so that it can
        be stored in a frag.
        * config/tc-mn10300.c (md_assemble): Likewise.
        * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer
        types.
        * config/tc-v850.c: Replace uses of (int) casts with correct
        types.
        * gas/tic54x/address.d: Work with 64bit hosts.
        * gas/tic54x/addrfar.d: Likewise.
        * gas/tic54x/align.d: Likewise.
        * gas/tic54x/all-opcodes.d: Likewise.
        * gas/tic54x/asg.d: Likewise.
        * gas/tic54x/cons.d: Likewise.
        * gas/tic54x/consfar.d: Likewise.
        * gas/tic54x/extaddr.d: Likewise.
        * gas/tic54x/field.d: Likewise.
        * gas/tic54x/labels.d: Likewise.
        * gas/tic54x/loop.d: Likewise.
        * gas/tic54x/lp.d: Likewise.
        * gas/tic54x/macro.d: Likewise.
        * gas/tic54x/math.d: Likewise.
        * gas/tic54x/opcodes.d: Likewise.
        * gas/tic54x/sections.d: Likewise.
       * gas/tic54x/set.d: Likewise.
       * gas/tic54x/struct.d: Likewise.
       * gas/tic54x/subsym.d: Likewise.
28 files changed:
gas/ChangeLog
gas/config/tc-avr.c
gas/config/tc-frv.c
gas/config/tc-i370.c
gas/config/tc-mn10200.c
gas/config/tc-mn10300.c
gas/config/tc-tic54x.c
gas/config/tc-v850.c
gas/testsuite/ChangeLog
gas/testsuite/gas/tic54x/address.d
gas/testsuite/gas/tic54x/addrfar.d
gas/testsuite/gas/tic54x/align.d
gas/testsuite/gas/tic54x/all-opcodes.d
gas/testsuite/gas/tic54x/asg.d
gas/testsuite/gas/tic54x/cons.d
gas/testsuite/gas/tic54x/consfar.d
gas/testsuite/gas/tic54x/extaddr.d
gas/testsuite/gas/tic54x/field.d
gas/testsuite/gas/tic54x/labels.d
gas/testsuite/gas/tic54x/loop.d
gas/testsuite/gas/tic54x/lp.d
gas/testsuite/gas/tic54x/macro.d
gas/testsuite/gas/tic54x/math.d
gas/testsuite/gas/tic54x/opcodes.d
gas/testsuite/gas/tic54x/sections.d
gas/testsuite/gas/tic54x/set.d
gas/testsuite/gas/tic54x/struct.d
gas/testsuite/gas/tic54x/subsym.d