diff options
Diffstat (limited to 'gcc/config/pa/pa.c')
| -rw-r--r-- | gcc/config/pa/pa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 2061145f51b..16f6533e540 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -7341,6 +7341,7 @@ function_arg (cum, mode, type, named, incoming) to be passed in general registers. */ || (!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT + && !TARGET_ELF32 && cum->indirect) /* If the parameter is not a floating point parameter, then it belongs in GPRs. */ |

