diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-15 09:41:13 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-15 09:41:13 +0000 |
commit | 24a94ef66e5a16e78bbb8e9c56992b39db05c15c (patch) | |
tree | 61bbb17e58b498d6833007ffcfd18ab3fddef41d /gcc/config/ia64 | |
parent | 995bbb91cc6a788e528c97b20daa83ef1ac8299e (diff) | |
download | gcc-24a94ef66e5a16e78bbb8e9c56992b39db05c15c.tar.gz |
2002-06-15 Aldy Hernandez <aldyh@redhat.com>
* tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
* stor-layout.c (compute_record_mode): Remove check for
FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
MEMBER_TYPE_FORCES_BLK. Pass new mode field to
MEMBER_TYPE_FORCES_BLK.
* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
* config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 8b1867897cf..561d629d64b 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -103,7 +103,7 @@ Boston, MA 02111-1307, USA. */ structure handling, this macro simply ensures that single field structures are always treated like structures. */ -#define MEMBER_TYPE_FORCES_BLK(FIELD) 1 +#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) 1 /* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in defaults.h. Setting this to true means that we are not passing |