diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-09 17:54:07 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-09 17:54:07 +0000 |
commit | f4a0a4785ba9bb73303647293e9edcf5ee88592b (patch) | |
tree | 7c649b2f3775a2897cd06bd008e189cfbd967e27 /gcc/defaults.h | |
parent | 3911bb6fbefb6770d9f8db9168112573f3a29177 (diff) | |
download | gcc-f4a0a4785ba9bb73303647293e9edcf5ee88592b.tar.gz |
* doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
* defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
* calls.c (store_unaligned_arguments_into_pseudos) Remove
FUNCTION_ARG_REG_LITTLE_ENDIAN.
* stmt.c (expand_return): Ditto.
* expr.c (move_block_from_reg): Ditto.
(copy_blkmode_from_reg): Ditto.
* expmed.c (store_bit_field): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index a3b5f7e8e29..0c71996c420 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -513,16 +513,6 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #define PREFERRED_DEBUGGING_TYPE NO_DEBUG #endif -/* This is set to 1 if BYTES_BIG_ENDIAN is defined but the target uses a - little-endian method of passing and returning structures in registers. - On the HP-UX IA64 and PA64 platforms structures are aligned differently - then integral values and setting this value to 1 will allow for the - special handling of structure arguments and return values in regs. */ - -#ifndef FUNCTION_ARG_REG_LITTLE_ENDIAN -#define FUNCTION_ARG_REG_LITTLE_ENDIAN 0 -#endif - /* Define codes for all the float formats that we know of. */ #define UNKNOWN_FLOAT_FORMAT 0 #define IEEE_FLOAT_FORMAT 1 |