-
- Downloads
re PR target/14547 (Passing _Complex long double does not follow the ABI)
PR target/14547 * target.h (struct gcc_target): Move calls substructure before booleans. Add split_complex_arg. * function.c (assign_parms, split_complex_args): Use it. * calls.c (expand_call): Likewise. (split_complex_values): Likewise. Check for splittable types before allocating memory. (split_complex_types): Likewise. * system.h (SPLIT_COMPLEX_ARGS): Poison. * expr.h (SPLIT_COMPLEX_ARGS): Remove. * target-def.h (TARGET_SPLIT_COMPLEX_ARG): New. * config/alpha/alpha.c (alpha_split_complex_arg): New. (TARGET_SPLIT_COMPLEX_ARG): New. * config/alpha/alpha.h (SPLIT_COMPLEX_ARGS): Remove. * config/rs6000/rs6000.c (TARGET_SPLIT_COMPLEX_ARG): New. (rs6000_override_options): Zap it for non-AIX. (rs6000_function_value): Use targetm.calls.split_complex_arg. * config/rs6000/rs6000.h (SPLIT_COMPLEX_ARGS): Remove. * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): New. * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Remove. * doc/tm.texi (TARGET_SPLIT_COMPLEX_ARG): Modify from old SPLIT_COMPLEX_ARGS entry. From-SVN: r79376
Showing
- gcc/ChangeLog 25 additions, 0 deletionsgcc/ChangeLog
- gcc/calls.c 27 additions, 3 deletionsgcc/calls.c
- gcc/config/alpha/alpha.c 12 additions, 1 deletiongcc/config/alpha/alpha.c
- gcc/config/alpha/alpha.h 0 additions, 3 deletionsgcc/config/alpha/alpha.h
- gcc/config/rs6000/rs6000.c 9 additions, 2 deletionsgcc/config/rs6000/rs6000.c
- gcc/config/rs6000/rs6000.h 0 additions, 7 deletionsgcc/config/rs6000/rs6000.h
- gcc/config/xtensa/xtensa.c 2 additions, 0 deletionsgcc/config/xtensa/xtensa.c
- gcc/config/xtensa/xtensa.h 0 additions, 3 deletionsgcc/config/xtensa/xtensa.h
- gcc/doc/tm.texi 12 additions, 10 deletionsgcc/doc/tm.texi
- gcc/expr.h 0 additions, 5 deletionsgcc/expr.h
- gcc/function.c 13 additions, 6 deletionsgcc/function.c
- gcc/system.h 1 addition, 1 deletiongcc/system.h
- gcc/target-def.h 5 additions, 2 deletionsgcc/target-def.h
- gcc/target.h 25 additions, 18 deletionsgcc/target.h
Loading
Please register or sign in to comment