Commit 856f73d1 by Maya Rashish Committed by Jeff Law

config.gcc (default_gnu_indirect_function): Default to yes for arm*-*-netbsd*...

	* config.gcc (default_gnu_indirect_function): Default to yes
	for arm*-*-netbsd*, i[34567]86-*-netbsd*, powerpc*-*-netbsd*,
	sparc*-*-netbsd*, x86_64-*-netbsd*

From-SVN: r270661
parent 5c1b3334
2019-04-29 Maya Rashish <coypu@sdf.org>
* config.gcc (default_gnu_indirect_function): Default to yes
for arm*-*-netbsd*, i[34567]86-*-netbsd*, powerpc*-*-netbsd*,
sparc*-*-netbsd*, x86_64-*-netbsd*.
2019-04-29 Vladislav Ivanishin <vlad@ispras.ru> 2019-04-29 Vladislav Ivanishin <vlad@ispras.ru>
* tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases * tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases
......
...@@ -850,6 +850,11 @@ case ${target} in ...@@ -850,6 +850,11 @@ case ${target} in
nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h" nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h"
default_use_cxa_atexit=yes default_use_cxa_atexit=yes
target_has_targetdm=yes target_has_targetdm=yes
case ${target} in
arm*-* | i[34567]86-* | powerpc*-* | sparc*-* | x86_64-*)
default_gnu_indirect_function=yes
;;
esac
;; ;;
*-*-openbsd*) *-*-openbsd*)
tmake_file="t-openbsd" tmake_file="t-openbsd"
......
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