aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-13 01:22:03 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-13 01:22:03 -0700
commit0976078c73f58e7350fcc0516618fdd7737c9696 (patch)
tree9ce1ffbe5f574651dfe2baa17807ad50e4394b8d /gcc/expr.h
parentfe9841365eb7e2908f9ba6b18a85910ee9024a54 (diff)
downloadgcc-0976078c73f58e7350fcc0516618fdd7737c9696.zip
gcc-0976078c73f58e7350fcc0516618fdd7737c9696.tar.gz
gcc-0976078c73f58e7350fcc0516618fdd7737c9696.tar.bz2
function.c (pass_by_reference): New.
* function.c (pass_by_reference): New. (assign_parm_find_data_types): Use it. * calls.c (initialize_argument_information): Likewise. (emit_library_call_value_1): Likewise. * expr.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove. * function.h (pass_by_reference): Declare. ada/ * misc.c (default_pass_by_ref): Use pass_by_reference. From-SVN: r84607
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 687b6e3..9a50410 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -207,10 +207,6 @@ do { \
#define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0
#endif
-#ifndef FUNCTION_ARG_PASS_BY_REFERENCE
-#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0
-#endif
-
#ifndef FUNCTION_ARG_CALLEE_COPIES
#define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) 0
#endif