Commit dbc4d77c by John David Anglin

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
parent 1e75a380
2018-01-16 John David Anglin <danglin@gcc.gnu.org> 2018-01-16 John David Anglin <danglin@gcc.gnu.org>
* config.gcc (hppa*-*-linux*): Change callee copies ABI to caller
copies.
* config/pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment default to * config/pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment default to
64 bits. 64 bits.
* config/pa/pa32-linux.h (MALLOC_ABI_ALIGNMENT): Set alignment to * config/pa/pa32-linux.h (MALLOC_ABI_ALIGNMENT): Set alignment to
......
...@@ -1339,7 +1339,7 @@ hppa*64*-*-linux*) ...@@ -1339,7 +1339,7 @@ hppa*64*-*-linux*)
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
;; ;;
hppa*-*-linux*) 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 \ 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" pa/pa32-regs.h pa/pa32-linux.h"
tmake_file="${tmake_file} pa/t-linux" tmake_file="${tmake_file} pa/t-linux"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment