2002-02-08 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Fri, 8 Feb 2002 22:25:36 +0000 (22:25 +0000)
committerChris Demetriou <cgd@google.com>
Fri, 8 Feb 2002 22:25:36 +0000 (22:25 +0000)
commit6373ee54794c803d6aff85427fdeb4c2d009b900
tree6998449edeec3fe23dc3264707f84fbfa8b61411
parentf687139811c1f208969069d0aa030b63641b8119
2002-02-08  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
        determine if a number is a sign-extended 32-bit number.
        (load_register): Use IS_SEXT_32BIT_NUM.
        (macro): Check if load/store macro handling is using a
        constant 32-bit address on 64-bit address systems, and if
        so optimize the generation of that address.
gas/ChangeLog
gas/config/tc-mips.c