mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large register offsets.

* mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
register offsets.

From-SVN: r29804
This commit is contained in:
Stan Cox 1999-10-04 13:59:24 +00:00 committed by Stan Cox
parent 62e1ef6878
commit d38e58a5ab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Oct 4 09:55:17 1999 Stan Cox <scox@cygnus.com>
* mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
register offsets.
Mon Oct 4 08:54:12 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* cppinit.c (is_idchar initializer): Loosen tests to accept

View File

@ -2836,7 +2836,6 @@ typedef struct mips_args {
&& (!TARGET_EMBEDDED_PIC \
|| code1 != CONST \
|| GET_CODE (XEXP (xplus1, 0)) != MINUS) \
&& ! (code1 == CONST_INT && ! SMALL_INT (xplus1)) \
&& !TARGET_MIPS16) \
goto ADDR; \
} \