iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP, [...]): Use Pmode == DImode rather...
authorGavin Romig-Koch <gavin@cygnus.com>
Tue, 16 Mar 1999 07:25:31 +0000 (07:25 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Tue, 16 Mar 1999 07:25:31 +0000 (07:25 +0000)
commitfb1bf66d61d4ca57367230000babd5ab9c50b6c1
treee615d0f3f80e5164dd0c8c28416a04e0245726f3
parent642f15d187811ecd3bb831ec61cc55c196f35b57
iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP, [...]): Use Pmode == DImode rather than TARGET_LONG64.

* config/mips/iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP,
dtors_section): Use Pmode == DImode rather than TARGET_LONG64.
* config/mips/mips.c (override_options): Allow -mlong64 and
-mint64 with -mips2 or less.
* config/mips/mips.h (MASK_LONG64): Fix comment.
(POINTER_SIZE): Use Pmode == DImode rather than TARGET_LONG64.
(Pmode): Make Pmode the smaller of longs or gp registers.
* invoke.texi: Note the new size for pointers.

From-SVN: r25798
gcc/ChangeLog
gcc/config/mips/iris6.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/invoke.texi