* config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.

This commit is contained in:
Bob Wilson 2006-04-25 15:41:16 +00:00
parent 8648f88f4c
commit 395fa56f0f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-04-25 Bob Wilson <bob.wilson@acm.org>
* config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.
2006-04-23 Kazu Hirata <kazu@codesourcery.com>
* config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,

View File

@ -101,6 +101,10 @@
#include <stddef.h>
#include "xtensa-config.h"
#ifndef XCHAL_HAVE_WIDE_BRANCHES
#define XCHAL_HAVE_WIDE_BRANCHES 0
#endif
/* Imported from bfd. */
extern xtensa_isa xtensa_default_isa;