]> gcc.gnu.org Git - gcc.git/commit - gcc/config/ns32k/ns32k.h
calls.c (expand_call): Remove current_call_is_indirect nonsense.
authorJeff Law <law@gcc.gnu.org>
Fri, 29 Mar 1996 14:37:11 +0000 (07:37 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 29 Mar 1996 14:37:11 +0000 (07:37 -0700)
commit2c7ee1a641d927dc3f45170f0ff4ecd6dd8f31c7
tree2387c87408945f8be6a4ed190c7deb281795a70e
parentc4d98c846dc38fa87a9e91991e647afcc44d2f45
calls.c (expand_call): Remove current_call_is_indirect nonsense.

* calls.c (expand_call): Remove current_call_is_indirect nonsense.
Add additional argument to INIT_CUMULATIVE_ARGS.
(emit_library_call): Likewise.
(emit_library_call_value): Likewise.
* expr.c (expand_builtin): Likewise.
* function.c (assign_parms): Likewise.
* cp/method.c (emit_thunk): Likewise.
* config/pa/pa.h (hppa_args): New field "indirect".
(INIT_CUMULATIVE_ARGS): Initialize "indirect" field.
(FUNCTION_ARG): Check "indirect" field, rather than
"current_call_is_indirect".
* All other backends updated with new argument to
INIT_CUMULATIVE_ARGS

From-SVN: r11641
34 files changed:
gcc/config/1750a/1750a.h
gcc/config/a29k/a29k.h
gcc/config/alpha/alpha.h
gcc/config/arm/arm.h
gcc/config/clipper/clipper.h
gcc/config/convex/convex.h
gcc/config/dsp16xx/dsp16xx.h
gcc/config/elxsi/elxsi.h
gcc/config/fx80/fx80.h
gcc/config/gmicro/gmicro.h
gcc/config/h8300/h8300.h
gcc/config/i370/i370.h
gcc/config/i386/i386.h
gcc/config/i860/i860.h
gcc/config/i960/i960.h
gcc/config/m68k/m68k.h
gcc/config/m68k/mot3300.h
gcc/config/m88k/m88k.h
gcc/config/mips/mips.h
gcc/config/ns32k/ns32k.h
gcc/config/pa/pa.h
gcc/config/pdp11/pdp11.h
gcc/config/pyr/pyr.h
gcc/config/romp/romp.h
gcc/config/rs6000/rs6000.h
gcc/config/sh/sh.h
gcc/config/sparc/sparc.h
gcc/config/spur/spur.h
gcc/config/tahoe/tahoe.h
gcc/config/vax/vax.h
gcc/config/we32k/we32k.h
gcc/cp/method.c
gcc/expr.c
gcc/function.c
This page took 0.069705 seconds and 5 git commands to generate.