* config/arm/t-arm (TM_H, OPTIONS_H_EXTRA): Add arm-cores.def.

From-SVN: r196512
This commit is contained in:
Jakub Jelinek 2013-03-07 00:29:08 +01:00 committed by Jakub Jelinek
parent c1781047ab
commit 01a454df84
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-03-06 Jakub Jelinek <jakub@redhat.com>
* config/arm/t-arm (TM_H, OPTIONS_H_EXTRA): Add arm-cores.def.
PR tree-optimization/56539
* tree-tailcall.c (adjust_return_value_with_ops): Use GSI_SAME_STMT
instead of GSI_CONTINUE_LINKING as last argument to

View file

@ -18,6 +18,9 @@
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
TM_H += $(srcdir)/config/arm/arm-cores.def
OPTIONS_H_EXTRA += $(srcdir)/config/arm/arm-cores.def
# All md files - except for arm.md.
# This list should be kept in alphabetical order and updated whenever an md
# file is added or removed.