summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwcohen <wcohen@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-24 14:01:26 +0000
committerwcohen <wcohen@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-24 14:01:26 +0000
commitc6de66d145220b92ddc72e670f359d97b14b7246 (patch)
treee3e64662aa0881bcbfc975a21a45b406188cd3d3
parent19fea47944923b8846a6c1ec8a2557073c83d7a9 (diff)
downloadppe42-gcc-c6de66d145220b92ddc72e670f359d97b14b7246.tar.gz
ppe42-gcc-c6de66d145220b92ddc72e670f359d97b14b7246.zip
2001-01-24 Will Cohen <wcohen@redhat.com>
* config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account whether registers are 32 bits or 64 bits in size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39237 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/abi64.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c0666cf7f9d..e5c63606d43 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-24 Will Cohen <wcohen@redhat.com>
+
+ * config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
+ whether registers are 32 bits or 64 bits in size.
+
2001-01-24 Ben Elliston <bje@redhat.com>
* config/m32r/m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.
diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h
index a8833466380..95e7d82b9fc 100644
--- a/gcc/config/mips/abi64.h
+++ b/gcc/config/mips/abi64.h
@@ -91,7 +91,7 @@ Boston, MA 02111-1307, USA. */
((mips_abi == ABI_32 || mips_abi == ABI_O64) \
? TYPE_MODE (TYPE) == BLKmode \
: (int_size_in_bytes (TYPE) \
- > (mips_abi == ABI_EABI ? 2 * UNITS_PER_WORD : 16)))
+ > (2 * UNITS_PER_WORD)))
#ifdef ANSI_PROTOTYPES
union tree_node;
OpenPOWER on IntegriCloud