mirror of git://gcc.gnu.org/git/gcc.git
Bug target/61997
2014-11-11 Andrew Pinski <apinski@cavium.com>
Bug target/61997
* config.gcc (aarch64*-*-*): Set target_gtfiles to include
aarch64-builtins.c.
* config/aarch64/aarch64-builtins.c: Include gt-aarch64-builtins.h
at the end of the file.
From-SVN: r217394
This commit is contained in:
parent
f6b640be24
commit
3c03d39d45
|
|
@ -1,3 +1,11 @@
|
||||||
|
2014-11-11 Andrew Pinski <apinski@cavium.com>
|
||||||
|
|
||||||
|
Bug target/61997
|
||||||
|
* config.gcc (aarch64*-*-*): Set target_gtfiles to include
|
||||||
|
aarch64-builtins.c.
|
||||||
|
* config/aarch64/aarch64-builtins.c: Include gt-aarch64-builtins.h
|
||||||
|
at the end of the file.
|
||||||
|
|
||||||
2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
|
2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
|
||||||
Manuel López-Ibáñez <manu@gcc.gnu.org>
|
Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -304,6 +304,7 @@ aarch64*-*-*)
|
||||||
cpu_type=aarch64
|
cpu_type=aarch64
|
||||||
extra_headers="arm_neon.h arm_acle.h"
|
extra_headers="arm_neon.h arm_acle.h"
|
||||||
extra_objs="aarch64-builtins.o aarch-common.o"
|
extra_objs="aarch64-builtins.o aarch-common.o"
|
||||||
|
target_gtfiles="\$(srcdir)/config/aarch64/aarch64-builtins.c"
|
||||||
target_has_targetm_common=yes
|
target_has_targetm_common=yes
|
||||||
;;
|
;;
|
||||||
alpha*-*-*)
|
alpha*-*-*)
|
||||||
|
|
|
||||||
|
|
@ -1473,3 +1473,4 @@ aarch64_atomic_assign_expand_fenv (tree *hold, tree *clear, tree *update)
|
||||||
#undef VAR10
|
#undef VAR10
|
||||||
#undef VAR11
|
#undef VAR11
|
||||||
|
|
||||||
|
#include "gt-aarch64-builtins.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue