diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2018-01-17 00:38:15 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2018-01-17 00:38:15 +0000 |
commit | dbc4d77ca43852c4edf1846e8b6319b6e68e2b42 (patch) | |
tree | 62dfe2342f63cc4b00c9e6df7aacc96dc95beb8a /gcc/config.gcc | |
parent | 1e75a3806e32e0f7e4fcddeea5f539fffee05980 (diff) | |
download | gcc-dbc4d77ca43852c4edf1846e8b6319b6e68e2b42.zip gcc-dbc4d77ca43852c4edf1846e8b6319b6e68e2b42.tar.gz gcc-dbc4d77ca43852c4edf1846e8b6319b6e68e2b42.tar.bz2 |
config.gcc (hppa*-*-linux*): Change callee copies ABI to caller copies.
* config.gcc (hppa*-*-linux*): Change callee copies ABI to caller
copies.
From-SVN: r256774
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index eca156a..311186b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1339,7 +1339,7 @@ hppa*64*-*-linux*) gas=yes gnu_ld=yes ;; hppa*-*-linux*) - target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS" + target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS|MASK_CALLER_COPIES" tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \ pa/pa32-regs.h pa/pa32-linux.h" tmake_file="${tmake_file} pa/t-linux" |