aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2002-12-09 17:54:07 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2002-12-09 17:54:07 +0000
commit9ac3e73b400c1a03a03977294c6331d59380fc42 (patch)
tree7c649b2f3775a2897cd06bd008e189cfbd967e27 /gcc/doc
parente46af8eda8570b3d2c908b99c0ca808c7c8bafa9 (diff)
downloadgcc-9ac3e73b400c1a03a03977294c6331d59380fc42.zip
gcc-9ac3e73b400c1a03a03977294c6331d59380fc42.tar.gz
gcc-9ac3e73b400c1a03a03977294c6331d59380fc42.tar.bz2
tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
* 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. From-SVN: r59962
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index b8f2b93..342f609 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -3584,14 +3584,6 @@ nonzero, the caller does not make a copy. Instead, it passes a pointer to the
determined that the value won't be modified, it need not make a copy;
otherwise a copy must be made.
-@findex FUNCTION_ARG_REG_LITTLE_ENDIAN
-@item FUNCTION_ARG_REG_LITTLE_ENDIAN
-If defined TRUE on a big-endian system then structure arguments passed
-(and returned) in registers are passed in a little-endian manner instead of
-the big-endian manner. On the HP-UX IA64 and PA64 platforms structures are
-aligned differently then integral values and setting this value to true will
-allow for the special handling of structure arguments and return values.
-
@findex CUMULATIVE_ARGS
@item CUMULATIVE_ARGS
A C type for declaring a variable that is used as the first argument of