gcc/gcc/config/xtensa
Max Filippov c68360000c Fix loop optimization when ZOL is not available in xtensa configuration
Currently building gcc for xtensa configuration with XCHAL_HAVE_LOOPS
set to 0 fails with the following error:

  xtensa.c:3952: undefined reference to `reorg_loops(bool, hw_doloop_hooks*)'

Only compile target-specific zero-overhead loop optimization code when
TARGET_LOOPS allows it.

2014-12-30  Max Filippov  <jcmvbkbc@gmail.com>

	* config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
	hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
	put under #if TARGET_LOOPS guard.

From-SVN: r219206
2015-01-05 22:22:36 +00:00
..
constraints.md Update copyright years. 2015-01-05 13:33:28 +01:00
elf.h Update copyright years. 2015-01-05 13:33:28 +01:00
elf.opt Update copyright years. 2015-01-05 13:33:28 +01:00
linux.h Update copyright years. 2015-01-05 13:33:28 +01:00
predicates.md Update copyright years. 2015-01-05 13:33:28 +01:00
t-xtensa Update copyright years. 2015-01-05 13:33:28 +01:00
xtensa-protos.h Update copyright years. 2015-01-05 13:33:28 +01:00
xtensa.c Fix loop optimization when ZOL is not available in xtensa configuration 2015-01-05 22:22:36 +00:00
xtensa.h Update copyright years. 2015-01-05 13:33:28 +01:00
xtensa.md Update copyright years. 2015-01-05 13:33:28 +01:00
xtensa.opt Update copyright years. 2015-01-05 13:33:28 +01:00