aboutsummaryrefslogtreecommitdiff
path: root/gas/config/xtensa-relax.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-04-25 15:41:16 +0000
committerBob Wilson <bob.wilson@acm.org>2006-04-25 15:41:16 +0000
commit395fa56f0f2dadce73ce6bdefec80a3581d13590 (patch)
tree85d83bb9690f7e9208e3a6f24ebf5f2a3f3b6500 /gas/config/xtensa-relax.c
parent8648f88f4cd44f6f7653b71a471a4f8e35bc73a4 (diff)
downloadgdb-395fa56f0f2dadce73ce6bdefec80a3581d13590.zip
gdb-395fa56f0f2dadce73ce6bdefec80a3581d13590.tar.gz
gdb-395fa56f0f2dadce73ce6bdefec80a3581d13590.tar.bz2
* config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.
Diffstat (limited to 'gas/config/xtensa-relax.c')
-rw-r--r--gas/config/xtensa-relax.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/xtensa-relax.c b/gas/config/xtensa-relax.c
index 5f85840..30b48c7 100644
--- a/gas/config/xtensa-relax.c
+++ b/gas/config/xtensa-relax.c
@@ -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;