abi64.h: Add support for MEABI.

2001-09-15  Eric Christopher  <echristo@redhat.com>

	* config/mips/abi64.h: Add support for MEABI.

From-SVN: r45624
This commit is contained in:
Eric Christopher 2001-09-15 02:09:52 +00:00 committed by Eric Christopher
parent 0e5a4ad871
commit 6047ddc8da
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-09-15 Eric Christopher <echristo@redhat.com>
* config/mips/abi64.h: Add support for MEABI.
2001-09-15 Eric Christopher <echristo@redhat.com> 2001-09-15 Eric Christopher <echristo@redhat.com>
* config/mips/mips.md: Add unspec #2. * config/mips/mips.md: Add unspec #2.

View File

@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
call_used_regs[regno] = 1; \ call_used_regs[regno] = 1; \
} \ } \
/* odd registers from fp21 to fp31 are now caller saved. */ \ /* odd registers from fp21 to fp31 are now caller saved. */ \
if (mips_abi == ABI_N32) \ if (mips_abi == ABI_N32 || mips_abi == ABI_MEABI) \
{ \ { \
int regno; \ int regno; \
for (regno = FP_REG_FIRST + 21; regno <= FP_REG_FIRST + 31; regno+=2) \ for (regno = FP_REG_FIRST + 21; regno <= FP_REG_FIRST + 31; regno+=2) \
@ -254,6 +254,3 @@ extern struct rtx_def *mips_function_value PARAMS ((union tree_node *, union tre
/* ??? Could optimize structure passing by putting the right register rtx /* ??? Could optimize structure passing by putting the right register rtx
into the field decl, so that if we use the field, we can take the value from into the field decl, so that if we use the field, we can take the value from
a register instead of from memory. */ a register instead of from memory. */